-
Notifications
You must be signed in to change notification settings - Fork 13k
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
ci: refactor how directories are removed in free-disk-space disk #136238
Conversation
rustbot has assigned @Mark-Simulacrum. Use |
e0ecabe
to
89de239
Compare
@rustbot ready |
@bors r+ rollup |
…bzol ci: refactor how directories are removed in free-disk-space disk
…bzol ci: refactor how directories are removed in free-disk-space disk
…bzol ci: refactor how directories are removed in free-disk-space disk
…iaskrgr Rollup of 8 pull requests Successful merges: - rust-lang#133636 ([rustdoc] Add sans-serif font setting) - rust-lang#135434 (Match Ergonomics 2024: update edition 2024 behavior of feature gates) - rust-lang#135739 (Clean up uses of the unstable `dwarf_version` option) - rust-lang#135882 (simplify `similar_tokens` from `Option<Vec<_>>` to `&[_]`) - rust-lang#136179 (Allow transmuting generic pattern types to and from their base) - rust-lang#136199 (Fix a couple Emscripten tests) - rust-lang#136238 (ci: refactor how directories are removed in free-disk-space disk) - rust-lang#136251 (use impl Into<String> instead of explicit type args with bounds) r? `@ghost` `@rustbot` modify labels: rollup
@bors r-
|
@bors try |
ci: refactor how directories are removed in free-disk-space disk
I'll have a look, thanks! I added |
☀️ Try build successful - checks-actions |
This comment has been minimized.
This comment has been minimized.
💔 Test failed - checks-actions |
1fa6434
to
053fa1c
Compare
@bors try |
ci: refactor how directories are removed in free-disk-space disk try-job: aarch64-gnu
The issue was that certain packages aren't installed in the arm runners. |
@bors r+ rollup=never |
☀️ Test successful - checks-actions |
👀 Test was successful, but fast-forwarding failed: 422 Update is not a fast forward |
Crap, I didn't notice that the try build was still running. Hopefully nothing got broken. @bors r- |
@bors r+ |
☀️ Test successful - checks-actions |
Finished benchmarking commit (6dd75f0): comparison URL. Overall result: no relevant changes - no action needed@rustbot label: -perf-regression Instruction countThis benchmark run did not return any relevant results for this metric. Max RSS (memory usage)This benchmark run did not return any relevant results for this metric. CyclesResults (secondary 5.7%)This is a less reliable metric that may be of interest but was not used to determine the overall result at the top of this comment.
Binary sizeThis benchmark run did not return any relevant results for this metric. Bootstrap: 777.275s -> 778.443s (0.15%) |
set -euo pipefail
to fail if there's an error in the script. This helps us realize when we make mistakes.try-job: aarch64-gnu