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.
x run
1 parent a316785 commit 20fb258Copy full SHA for 20fb258
src/bootstrap/src/core/build_steps/run.rs
@@ -154,7 +154,7 @@ impl Step for Miri {
154
miri.args(builder.config.args());
155
156
// miri tests need to know about the stage sysroot
157
- miri.env("MIRI_SYSROOT", &miri_sysroot);
+ miri.arg("--sysroot").arg(miri_sysroot);
158
159
let mut miri = Command::from(miri);
160
builder.run(&mut miri);
0 commit comments