[CI] Reclaim more disk space on macOS arm64 runner#23762
Merged
kuhar merged 2 commits intoiree-org:mainfrom Mar 13, 2026
Merged
[CI] Reclaim more disk space on macOS arm64 runner#23762kuhar merged 2 commits intoiree-org:mainfrom
kuhar merged 2 commits intoiree-org:mainfrom
Conversation
The macos-14 GitHub-hosted runner has ~320Gi total disk with ~265Gi pre-used by system tools. Only removing the Android SDK (~13Gi) left insufficient free space for building IREE. Remove additional unused SDKs and tools: iOS simulators, .NET SDK, Haskell/GHC, hostedtoolcache, and old Xcode versions. Co-Authored-By: Claude Opus 4.6 <[email protected]>
MaheshRavishankar
approved these changes
Mar 12, 2026
kuhar
reviewed
Mar 12, 2026
Member
kuhar
left a comment
There was a problem hiding this comment.
Can you add the ci-extra tailer to your pr and force push to confirm it actually works?
Contributor
Author
Member
|
I'm blind, nm |
Contributor
Author
|
Nooo it failed, but the failure looks real and only shows up after this change, so I figure we should land this. |
kuhar
approved these changes
Mar 13, 2026
Member
kuhar
left a comment
There was a problem hiding this comment.
ok, let’s land. Also remove the test plan from the description, it’s some ai template nonsense
Member
|
wait, I think I know why: some of the apple dev tools are needed for compiling metal shaders |
kuhar
requested changes
Mar 13, 2026
Member
kuhar
left a comment
There was a problem hiding this comment.
I think you inadvertently deleted the metal compiler
Contributor
Author
|
oh that is possible |
Resolve the Xcode.app symlink before comparing, since /Applications/Xcode.app is a symlink to a versioned Xcode_*.app directory. Without resolving, the active Xcode (and its metal toolchain) was being deleted. Co-Authored-By: Claude Opus 4.6 <[email protected]>
Contributor
Author
|
Looks like it passed after the last fix |
kuhar
approved these changes
Mar 13, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

macos-14GitHub-hosted runner has ~320Gi total disk with ~265Gi pre-used by system tools🤖 Generated with Claude Code