-
Notifications
You must be signed in to change notification settings - Fork 46
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
Allow removing of compile artifacts after every crate publish to free up disk space #137
Comments
No?
uses
and |
Let me trigger another publish, then... |
Ok, will wait. It looks like it worked last week? https://github.com/rust-lang/rust-analyzer/actions/runs/6394748635 |
It worked on the second try because:
|
Okay, it started. The log doesn't display in full for me, but keep an eye on https://github.com/rust-lang/rust-analyzer/actions/runs/6510665988/job/17684839822. Here's a sample ( |
What do you think about adding an option to clean We currently use
|
There's a workaround for Github CI as used by rust-analyzer here, https://github.com/rust-lang/rust-analyzer/blob/master/.github/workflows/autopublish.yaml#L22-L24. I will wait for more user reports before addressing this. |
We noticed in rust-lang/rust-analyzer#15732 that crates appear to be built multiple times, which fills up the disk. Is this intended?
EDIT: here is our workflow. Just noticed the logs have expired, will post an update when it happens again.
The text was updated successfully, but these errors were encountered: