Uh oh!
There was an error while loading. Please reload this page.
Bring back i686-pc-windows-gnullvm target - #149504
Conversation
This comment was marked as outdated.
This comment was marked as outdated.
This comment has been minimized.
This comment has been minimized.
Bring back i686-pc-windows-gnullvm target try-job: dist-aarch64-llvm-mingw
This comment has been minimized.
This comment has been minimized.
This comment was marked as outdated.
This comment was marked as outdated.
b5da3e1 to
a591003Compare
This comment was marked as outdated.
This comment was marked as outdated.
Bring back i686-pc-windows-gnullvm target try-job: dist-aarch64-llvm-mingw
This comment has been minimized.
This comment has been minimized.
This comment was marked as outdated.
This comment was marked as outdated.
This comment has been minimized.
This comment has been minimized.
a591003 to
efeadcbCompare
This comment was marked as outdated.
This comment was marked as outdated.
This comment has been minimized.
This comment has been minimized.
Bring back i686-pc-windows-gnullvm target try-job: dist-aarch64-llvm-mingw
This comment was marked as outdated.
This comment was marked as outdated.
This comment has been minimized.
This comment has been minimized.
efeadcb to
9498f21Compare
This comment was marked as outdated.
This comment was marked as outdated.
This comment has been minimized.
This comment has been minimized.
Bring back i686-pc-windows-gnullvm target try-job: dist-aarch64-llvm-mingw
rustbot
commented
Dec 1, 2025
mati865
commented
Dec 1, 2025
Let me know if you prefer it to be done another way. |
jieyouxu
commented
Dec 2, 2025
Let's try using r? me @bors r+ rollup=never |
bors
commented
Dec 2, 2025
mati865
commented
Dec 2, 2025
Thanks for the quick review hat-trick. |
bors
commented
Dec 2, 2025
bors
commented
Dec 2, 2025
☀️ Test successful - checks-actions |
What is this?This is an experimental post-merge analysis report that shows differences in test outcomes between the merged PR and its parent PR.Comparing 47cd712 (parent) -> a80d39a (this PR) Test differencesShow 2 test diffs2 doctest diffs were found. These are ignored, as they are noisy. Test dashboardRun cargo run --manifest-path src/ci/citool/Cargo.toml -- \
test-dashboard a80d39a086683ae5be0a1638cfd84600330d2447 --output-dir test-dashboardAnd then open Job duration changes
How to interpret the job duration changes?Job durations can vary a lot, based on the actual runner instance |
rust-timer
commented
Dec 2, 2025
Finished benchmarking commit (a80d39a): comparison URL. Overall result: ✅ improvements - no action needed@rustbot label: -perf-regression Instruction countOur most reliable metric. Used to determine the overall result above. However, even this metric can be noisy.
Max RSS (memory usage)This benchmark run did not return any relevant results for this metric. CyclesResults (primary -2.0%)A less reliable metric. May be of interest, but not used to determine the overall result above.
Binary sizeThis benchmark run did not return any relevant results for this metric. Bootstrap: 469.029s -> 468.135s (-0.19%) |
#148751 inadvertently removed i686-pc-windows-gnullvm std build when migrating to native CI runners. Since this change was not agreed upon, we should bring back prebuilt std builds for that target.
There are a few runners that could do it: dist-aarch64-llvm-mingw, dist-x86_64-llvm-mingw, dist-various-1 and dist-various-2.
dist-x86_64-llvm-mingw already takes slightly over 2 hours, so the faster dist-aarch64-llvm-mingw is a better choice.
We can also use dist-various-x job, they don't have llvm-mingw toolchain, but it's trivial to install one.