-
Notifications
You must be signed in to change notification settings - Fork 1.8k
CI: try free up space in Rust / cargo test (amd64) action
#18709
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
|
Oh not sure it (jlumbroso/free-disk-space) works if the action runs in a container 🤔 |
jlumbroso/free-disk-space in CI setup-builder stepRust / cargo test (amd64) action
|
Taking inspiration from examples: datafusion/.github/workflows/rust.yml Lines 365 to 377 in 1dddf03
Which usually cleans about 5gb: But also adding what was suggested here: jlumbroso/free-disk-space#21 Combine together, seems to clean 24gb: 🤯 |
2010YOUY01
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for the fix!
I suggest we merge it after CI passes, many recent PRs failed CI due to this reason.
Thanks, looks like there's been 3 consecutively successful runs so the fix seems to work. |
Closes #18692 (hopefully)
Trying to get CI to pass consistently, try various techniques.