Skip to content

Commit

Permalink
Increase disk size to 160GB
Browse files Browse the repository at this point in the history
This commit increases the image disk size to 160GB because the previous
size of 100GB was insufficient for building the GNU toolchains with many
multi-libs (e.g. arm and riscv64).

Signed-off-by: Stephanos Ioannidis <root@stephanos.io>
  • Loading branch information
stephanosio committed Sep 19, 2024
1 parent 56e4c9d commit e0d50d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk-build-macos.pkr.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ source "tart-cli" "tart" {
vm_name = "sdk-build-macos"
cpu_count = 4
memory_gb = 8
disk_size_gb = 100
disk_size_gb = 160
headless = true
ssh_password = "admin"
ssh_username = "admin"
Expand Down

0 comments on commit e0d50d5

Please sign in to comment.