Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Manually free up disk space on macOS #4287

Merged
merged 3 commits into from
Sep 9, 2024

Conversation

chandlerc
Copy link
Contributor

@chandlerc chandlerc commented Sep 9, 2024

This should mitigate the effects of a GitHub regression that reduced space on these runners:
actions/runner-images#10511

After this, we're mostly fine, but builds that happen to compile enough of the codebase can bump past it. With this PR we have over 50 GiB of space which is more than we need.

See a test run here: https://github.com/carbon-language/carbon-lang/actions/runs/10780743574

This should mitigate the effects of a GitHub regression that reduced
space on these runners:
actions/runner-images#10511

After this, we're mostly fine, but builds that happen to compile enough
of the codebase can bump past it. Hopefully with this PR we'll have
plenty of space.
Copy link
Contributor

@zygoloid zygoloid left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@chandlerc
Copy link
Contributor Author

First run worked, and freed up 80GiB, but took 5 minutes just deleting stuff. I'm trying a more minimal version now.

@chandlerc
Copy link
Contributor Author

Ok, now just removing the iOS simulator which is plenty of space and super fast compared to removing versions of Xcode.

@chandlerc chandlerc added this pull request to the merge queue Sep 9, 2024
Merged via the queue into carbon-language:trunk with commit f641cb9 Sep 9, 2024
18 checks passed
@chandlerc chandlerc deleted the more-macos-spcae branch September 9, 2024 20:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants