Skip to content

Commit

Permalink
ci: Increase macOS workspace volume size to 150GB
Browse files Browse the repository at this point in the history
This commit increases the macOS runner workspace volume size from 70GB
to 150GB because 70GB is insufficient for the toolchain builds for the
architectures with many multi-lib variants to successfully complete.

Note that the size of 150GB was chosen to match the workspace volume
size available on the Linux zephyr-runner v2 instances.

Signed-off-by: Stephanos Ioannidis <root@stephanos.io>
  • Loading branch information
stephanosio committed Apr 11, 2024
1 parent 6ba6445 commit 2be4d6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -522,7 +522,7 @@ jobs:
# Create case-sensitive workspace volume for macOS
hdiutil create ${RUNNER_TEMP}/Workspace.sparseimage \
-volname Workspace -type SPARSE -size 70g -fs HFSX
-volname Workspace -type SPARSE -size 150g -fs HFSX
hdiutil mount ${RUNNER_TEMP}/Workspace.sparseimage -mountpoint ${WORKSPACE}
# Install required dependencies if running inside a GitHub-hosted runner
Expand Down

0 comments on commit 2be4d6e

Please sign in to comment.