tests: mir-opt test suite with --bless
doesn't work on windows-gnu
#119644
Labels
A-testsuite
Area: The testsuite used to check the correctness of rustc
O-windows-gnu
Toolchain: GNU, Operating system: Windows
T-bootstrap
Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
Even if
x86_64-pc-windows-gnu
is the only build target, rustbuild still attempts to cross-compile thing fori686-pc-windows-gnu
to bless all revisions of mir-opt tests, but the cross-compilation isn't setup correctly and the attempt fails.By default I see output like this
If I try to remove windows-gnu targets from
MIR_OPT_BLESS_TARGET_MAPPING
, then I start seeing output like thisThis was apparently caused by #112418.
cc @pietroalbini
The text was updated successfully, but these errors were encountered: