Uh oh!
There was an error while loading. Please reload this page.
ci: use free runner in dist-i686-msvc - #133175
Conversation
rustbot
commented
Nov 18, 2024
marcoieni
commented
Nov 18, 2024
@bors try |
ci: use free runner in dist-i686-msvc try-job: dist-i686-msvc
bors
commented
Nov 18, 2024
bors
commented
Nov 18, 2024
☀️ Try build successful - checks-actions |
Kobzol
commented
Nov 18, 2024
@bors try |
1 similar comment
marcoieni
commented
Nov 18, 2024
@bors try |
ci: use free runner in dist-i686-msvc try-job: dist-i686-msvc
bors
commented
Nov 18, 2024
marcoieni
commented
Nov 18, 2024
What a committed team 😂 |
bors
commented
Nov 18, 2024
☀️ Try build successful - checks-actions |
marcoieni
commented
Nov 18, 2024
Kobzol
commented
Nov 19, 2024
Yeah, looks good! Let's do this. @bors r+ |
bors
commented
Nov 19, 2024
There is no mention of actual time change after this pr. I found few build time from before: 1.14, 1.20 (https://github.com/rust-lang-ci/rust/actions/runs/11862100462/job/33060812301), 1.26, so this degrades build times 1.5x? |
marcoieni
commented
Nov 19, 2024
Hey, you are right, sorry! This moves the build time from ~80 minutes to (apparently) 1h 53 minutes. However, on average auto builds take more than 2h 30 minutes. An auto build is done when the the slowest job finishes (which for now are often the macos ones). So making this job slower has no impact on the auto builds velocity. 👍 |
…iaskrgr Rollup of 8 pull requests Successful merges: - rust-lang#123947 (Add vec_deque::Iter::as_slices and friends) - rust-lang#125405 (Add std::thread::add_spawn_hook.) - rust-lang#133175 (ci: use free runner in dist-i686-msvc) - rust-lang#133183 (Mention std::fs::remove_dir_all in std::fs::remove_dir) - rust-lang#133188 (Add `visit` methods to ast nodes that already have `walk`s on ast visitors) - rust-lang#133201 (Remove `TokenKind::InvalidPrefix`) - rust-lang#133207 (Default-enable `llvm_tools_enabled` when no `config.toml` is present) - rust-lang#133213 (Correct the tier listing of `wasm32-wasip2`) r? `@ghost` `@rustbot` modify labels: rollup
Rollup merge of rust-lang#133175 - MarcoIeni:dist-i686-msvc-free, r=Kobzol ci: use free runner in dist-i686-msvc try-job: dist-i686-msvc




I already tried this in #132316 (comment) and I thought this would take too long. However, the slowness was due to llvm cache not being hit.
Instead, we need to compare timings with an llvm cache hit.
So now I'm trying again.
try-job: dist-i686-msvc