Uh oh!
There was an error while loading. Please reload this page.
ci: refactor how directories are removed in free-disk-space disk - #136238
Conversation
rustbot
commented
Jan 29, 2025
rustbot has assigned @Mark-Simulacrum. Use |
e0ecabe to
89de239CompareUh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
marcoieni
commented
Jan 29, 2025
@rustbot ready |
Kobzol
commented
Jan 29, 2025
@bors r+ rollup |
bors
commented
Jan 29, 2025
…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
matthiaskrgr
commented
Jan 30, 2025
@bors r- |
matthiaskrgr
commented
Jan 30, 2025
@bors try |
bors
commented
Jan 30, 2025
ci: refactor how directories are removed in free-disk-space disk
I'll have a look, thanks! I added |
bors
commented
Jan 30, 2025
☀️ Try build successful - checks-actions |
This comment has been minimized.
This comment has been minimized.
bors
commented
Jan 30, 2025
💔 Test failed - checks-actions |
1fa6434 to
053fa1cComparemarcoieni
commented
Jan 30, 2025
@bors try |
ci: refactor how directories are removed in free-disk-space disk try-job: aarch64-gnu
bors
commented
Jan 30, 2025
marcoieni
commented
Jan 30, 2025
The issue was that certain packages aren't installed in the arm runners. |
Uh oh!
There was an error while loading. Please reload this page.
Kobzol
commented
Jan 30, 2025
@bors r+ rollup=never |
bors
commented
Jan 30, 2025
bors
commented
Jan 30, 2025
☀️ Test successful - checks-actions |
bors
commented
Jan 30, 2025
👀 Test was successful, but fast-forwarding failed: 422 Update is not a fast forward |
Kobzol
commented
Jan 30, 2025
Crap, I didn't notice that the try build was still running. Hopefully nothing got broken. @bors r- |
Kobzol
commented
Jan 30, 2025
@bors r+ |
bors
commented
Jan 30, 2025
bors
commented
Feb 2, 2025
bors
commented
Feb 2, 2025
☀️ Test successful - checks-actions |
rust-timer
commented
Feb 2, 2025
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 pipefailto fail if there's an error in the script. This helps us realize when we make mistakes.try-job: aarch64-gnu