-
Notifications
You must be signed in to change notification settings - Fork 124
Fix CI disk space issue for abi-cafe tests #1625
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
Conversation
This comment has been minimized.
This comment has been minimized.
Port disk space cleanup script from rust-lang/rust to free space on GitHub Actions runners before running abi-cafe tests. Fixes rust-lang#1624
21e4c76 to
7f9338e
Compare
|
|
Which commit of rust-lang/rust did you port it from? I'm seeing a bunch of differences with rust-lang/rust@d29e478. |
|
It isn't a direct port, Removed the isX86()/isGitHubRunner() conditionals since this repo The core cleanup logic (packages, docker, swap, directories) is the same. |
|
A closer match would be preferred. And if you don't mind, please also link the exact commit you ported it from. |
|
I've updated the script to be an exact port of The source is I verified the content matches closely |
|
Thanks! |
Port disk space cleanup script from rust-lang/rust to free space on GitHub Actions runners before running abi-cafe tests.
Fixes #1624