From e0d50d5099ec6dd395a540372764e2b4761c118c Mon Sep 17 00:00:00 2001 From: Stephanos Ioannidis Date: Thu, 19 Sep 2024 07:08:14 -0400 Subject: [PATCH] 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 --- sdk-build-macos.pkr.hcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk-build-macos.pkr.hcl b/sdk-build-macos.pkr.hcl index a1f59b7..e2cffdf 100644 --- a/sdk-build-macos.pkr.hcl +++ b/sdk-build-macos.pkr.hcl @@ -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"