Drop host tools from i686-pc-windows-msvc - #162288
Conversation
|
@bors try jobs=i686-msvc |
This comment has been minimized.
This comment has been minimized.
Drop host tools from `i686-pc-windows-msvc` try-job: *i686-msvc*
|
@bors try jobs=*i686-msvc |
This comment has been minimized.
This comment has been minimized.
Drop host tools from `i686-pc-windows-msvc` try-job: *i686-msvc
This comment has been minimized.
This comment has been minimized.
742d2e0 to
7318db6
Compare
|
Warning If you are changing how CI LLVM is built or linked, make sure to bump cc @jieyouxu |
7318db6 to
23632e9
Compare
There was a problem hiding this comment.
Thanks!
@bors r+ rollup=never note="changes CI jobs"
|
TIL about |
This comment has been minimized.
This comment has been minimized.
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 88acefd (parent) -> 32ffad3 (this PR) Test differencesShow 3 test diffs3 doctest diffs were found. These are ignored, as they are noisy. Test dashboardRun cargo run --manifest-path src/ci/citool/Cargo.toml -- \
test-dashboard 32ffad32f4cdad86624f6ec46737f70d98a9a88d --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 |
|
Finished benchmarking commit (32ffad3): comparison URL. Overall result: no relevant changes - no action needed@rustbot label: -perf-regression Instruction countThis perf run didn't have relevant results for this metric. Max RSS (memory usage)Results (primary -0.8%, secondary 3.1%)A less reliable metric. May be of interest, but not used to determine the overall result above.
CyclesResults (primary 0.3%, secondary 1.2%)A less reliable metric. May be of interest, but not used to determine the overall result above.
Binary sizeResults (primary 0.0%, secondary 0.0%)A less reliable metric. May be of interest, but not used to determine the overall result above.
Bootstrap: 480.225s -> 481.963s (0.36%) |
…skip, r=jieyouxu Revert "Skip rustc book on i686" Reverts rust-lang#158379 This should not be needed anymore since rust-lang#162288 merged
…skip, r=jieyouxu Revert "Skip rustc book on i686" Reverts rust-lang#158379 This should not be needed anymore since rust-lang#162288 merged
|
FWIW https://doc.rust-lang.org/nightly/rustc/platform-support.html still lists this as tier 1 with host tools. |
|
🤦 I always forget... I'll send a follow-up. |
|
Follow-up: #162577 |
Drop host tools from `i686-pc-windows-msvc` Implements [RFC 3999](rust-lang/rfcs#3999). Fixes rust-lang/rust#158378 I have collapsed two test jobs into one because the second one no longer runs any tests: rust-lang/rust#162288 (comment)
…r=khyperia Fix `i686-pc-windows-msvc` platform support docs and target spec metadata ## Summary Follow-up fixes to rust-lang#162288. - Fix an outdated claim that all T1 targets have host tools, since `i686-pc-windows-msvc` no longer does. - Remove a duplicate Tier 1 section. - Put `i686-pc-windows-msvc` under its own Tier 1 without host tools ## Context * `i686-pc-windows-msvc` Tier 1 (with host tools) => Tier 1 (without host tools) RFC: rust-lang/rfcs#3999 * cc rust-lang#158378
…r=khyperia Fix `i686-pc-windows-msvc` platform support docs and target spec metadata ## Summary Follow-up fixes to rust-lang#162288. - Fix an outdated claim that all T1 targets have host tools, since `i686-pc-windows-msvc` no longer does. - Remove a duplicate Tier 1 section. - Put `i686-pc-windows-msvc` under its own Tier 1 without host tools ## Context * `i686-pc-windows-msvc` Tier 1 (with host tools) => Tier 1 (without host tools) RFC: rust-lang/rfcs#3999 * cc rust-lang#158378
…r=khyperia Fix `i686-pc-windows-msvc` platform support docs and target spec metadata ## Summary Follow-up fixes to rust-lang#162288. - Fix an outdated claim that all T1 targets have host tools, since `i686-pc-windows-msvc` no longer does. - Remove a duplicate Tier 1 section. - Put `i686-pc-windows-msvc` under its own Tier 1 without host tools ## Context * `i686-pc-windows-msvc` Tier 1 (with host tools) => Tier 1 (without host tools) RFC: rust-lang/rfcs#3999 * cc rust-lang#158378
…r=khyperia Fix `i686-pc-windows-msvc` platform support docs and target spec metadata ## Summary Follow-up fixes to rust-lang#162288. - Fix an outdated claim that all T1 targets have host tools, since `i686-pc-windows-msvc` no longer does. - Remove a duplicate Tier 1 section. - Put `i686-pc-windows-msvc` under its own Tier 1 without host tools ## Context * `i686-pc-windows-msvc` Tier 1 (with host tools) => Tier 1 (without host tools) RFC: rust-lang/rfcs#3999 * cc rust-lang#158378
Rollup merge of #162577 - jieyouxu:i686-msvc-no-host-tools, r=khyperia Fix `i686-pc-windows-msvc` platform support docs and target spec metadata ## Summary Follow-up fixes to #162288. - Fix an outdated claim that all T1 targets have host tools, since `i686-pc-windows-msvc` no longer does. - Remove a duplicate Tier 1 section. - Put `i686-pc-windows-msvc` under its own Tier 1 without host tools ## Context * `i686-pc-windows-msvc` Tier 1 (with host tools) => Tier 1 (without host tools) RFC: rust-lang/rfcs#3999 * cc #158378
Implements RFC 3999.
Fixes #158378
I have collapsed two test jobs into one because the second one no longer runs any tests: #162288 (comment)