Skip to content

Commit bb97ca7

Browse files
committed
R2024a release!
1 parent abc9f8f commit bb97ca7

18 files changed

+39800
-39960
lines changed

packer/v1/build-matlab-ami.pkr.hcl

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ variable "RELEASE" {
3131

3232
variable "BASE_AMI" {
3333
type = string
34-
default = "ami-06a1f46caddb5669e"
34+
default = "ami-07543813a68cc4fe9"
3535
description = "Default AMI ID refers to the Ubuntu Server 22.04 image provided by Canonical."
3636

3737
validation {
@@ -48,7 +48,7 @@ variable "BUILD_SCRIPTS" {
4848

4949
variable "STARTUP_SCRIPTS" {
5050
type = list(string)
51-
default = [".env", "00_check-profile.sh", "10_setup-disks.sh", "20_setup-machine.sh", "30_setup-logging.sh", "40_setup-rdp.sh", "50_setup-nicedcv.sh", "60_setup-matlab-proxy.sh", "70_setup-matlab.sh", "80_warmup-matlab.sh", "99_run-optional-user-command.sh"]
51+
default = [".env", "10_setup-disks.sh", "20_setup-machine.sh", "30_setup-logging.sh", "40_setup-rdp.sh", "50_setup-nicedcv.sh", "60_setup-matlab-proxy.sh", "70_setup-matlab.sh", "80_warmup-matlab.sh", "85_warmup-mathworks-service-host.sh", "99_run-optional-user-command.sh"]
5252
description = "The list of startup scripts Packer will copy to the remote machine image builder, which can be used during the CloudFormation Stack creation."
5353
}
5454

packer/v1/build/config/matlab/startup-accelerator/R2023b/msa.ini

+18,180-18,599
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)