Skip to content

Commit e0d50d5

Browse files
committed
Increase disk size to 160GB
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 <[email protected]>
1 parent 56e4c9d commit e0d50d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdk-build-macos.pkr.hcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ source "tart-cli" "tart" {
1212
vm_name = "sdk-build-macos"
1313
cpu_count = 4
1414
memory_gb = 8
15-
disk_size_gb = 100
15+
disk_size_gb = 160
1616
headless = true
1717
ssh_password = "admin"
1818
ssh_username = "admin"

0 commit comments

Comments
 (0)