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

fix: Prevent no disk space left on device by removing usused SDKs #1989

Merged
merged 2 commits into from
Sep 3, 2024

Conversation

Matovidlo
Copy link
Contributor

@Matovidlo Matovidlo commented Sep 3, 2024

Issue found here: actions/runner-images#10511

Some workarounds:

Results:

BEFORE CLEAN-UP:
Filesystem        Size    Used   Avail Capacity  Mounted on
/dev/disk3s1s1   295Gi   9.6Gi    18Gi    35%    /
AFTER CLEAN-UP:
Filesystem        Size    Used   Avail Capacity  Mounted on
/dev/disk3s1s1   295Gi   9.6Gi    49Gi    17%    /

@Matovidlo Matovidlo force-pushed the fix-macos-ci-no-space-on-device branch 4 times, most recently from 098e138 to 2f829d3 Compare September 3, 2024 10:30
@Matovidlo Matovidlo force-pushed the fix-macos-ci-no-space-on-device branch from 2f829d3 to 9f91342 Compare September 3, 2024 10:34
@Matovidlo Matovidlo marked this pull request as ready for review September 3, 2024 10:38
@Matovidlo Matovidlo merged commit 1cfc89b into main Sep 3, 2024
13 checks passed
@Matovidlo Matovidlo deleted the fix-macos-ci-no-space-on-device branch September 3, 2024 11:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants