We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4282576 commit b6ea60fCopy full SHA for b6ea60f
src/bootstrap/src/core/build_steps/test.rs
@@ -1549,6 +1549,8 @@ impl Step for MirOpt {
1549
})
1550
};
1551
1552
+ run(self.target);
1553
+
1554
if builder.config.cmd.bless() {
1555
// All that we really need to do is cover all combinations of 32/64-bit and unwind/abort,
1556
// but while we're at it we might as well flex our cross-compilation support. This
@@ -1567,8 +1569,6 @@ impl Step for MirOpt {
1567
1569
});
1568
1570
run(panic_abort_target);
1571
}
- } else {
- run(self.target);
1572
1573
1574
0 commit comments