From 966a236b1643fb600d2cd2648bac9e6457849e24 Mon Sep 17 00:00:00 2001 From: Greg Steuck Date: Thu, 3 Jun 2021 15:18:21 -0700 Subject: tools/create-openbsd-vmm-worker: increase worker disk image size llvm/clang growth post-6.9 pushed the worker image over the previous limit. The 1.5 increase gives us room for future growth. --- tools/create-openbsd-vmm-worker.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools') diff --git a/tools/create-openbsd-vmm-worker.sh b/tools/create-openbsd-vmm-worker.sh index 58dc40438..69cef4c5a 100755 --- a/tools/create-openbsd-vmm-worker.sh +++ b/tools/create-openbsd-vmm-worker.sh @@ -130,7 +130,7 @@ growisofs -M "${ISO_PATCHED}" -l -R -graft-points \ # Initialize disk image. rm -f worker_disk.raw -qemu-img create -f raw worker_disk.raw 1G +qemu-img create -f raw worker_disk.raw 1500M # Run the installer to create the disk image. expect 2>&1 <