-
Notifications
You must be signed in to change notification settings - Fork 10
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
rust CI: explore if it's possible to free more disk space #183
Comments
I would not fork it and maintain inside of the rust-lang org, as we are already stretched too thin to maintain it and make it work for other people outside of Rust. I'd rather recreate the script inside of our |
I wouldn't do this. Although it would be nice to have external contributors that remove more stuff that GitHub might add to the runners. The reason why we might want to have it as an action instead of a script, is that other rust projects (rust analyzer, miri, etc.) might want to use it at some point. |
If at some point other repos start needing it we can extract the script out of rust-lang/rust, but IMO maintaining it as an in-tree script makes it easier to test it and tweak it. |
I agree, let's start with an in-tree script then 👍 I'm putting the good first issue label if anyone wants to own this issue. |
Hey! Could this be assigned to me please? |
Done! I would proceed in the following order:
Note You don't need to deal with the action inputs. In rust-lang/rust we want to delete everything we can 👍 |
We use the action free-disk-space to remove stuff from the free runners that we don't use.
The action doesn't seem maintained anymore. E.g. there are the following PRs where the maintained didn't reply:
Task: evaluate those PRs and if they are worth it, fork the github action and maintain it under rust-lang org
We could also check if more packages we don't use could be removed
The text was updated successfully, but these errors were encountered: