perform sanity checks before initiating cross-compilation in MirOpt#118050
perform sanity checks before initiating cross-compilation in MirOpt#118050onur-ozkan wants to merge 1 commit into
MirOpt#118050Conversation
Signed-off-by: onur-ozkan <work@onurozkan.dev>
|
(rustbot has picked a reviewer for you, use r? to override) |
|
does this mean that running MIR opt tests, even just for the host, always fails if the cross compilation toolchain isn't installed? |
|
Even just for the host, MirOpt test with |
|
can we fix that? i would very much like to be able to test the host while ignoring the cross compilation, with a big warning |
|
Sure I can do that. Good idea. @rustbot author |
|
rust/src/bootstrap/src/core/build_steps/test.rs Lines 1492 to 1495 in 27794f9 Hmm, I need to be sure if blessing will continue working as expected when skipping the cross-target. |
|
☔ The latest upstream changes (presumably #120060) made this pull request unmergeable. Please resolve the merge conflicts. |
|
I think this PR is no longer required since #120060 ? Buildling MIR-only sysroots is intended to obviate needing these checks. |
Yes, this is no longer needed. Thank you! |
from #115130
This PR fixes that.