Skip to content

Commit

Permalink
Rollup merge of #102226 - RalfJung:miri-sysroot-build, r=oli-obk
Browse files Browse the repository at this point in the history
bootstrap/miri: switch to non-deprecated env var for setting the sysroot folder

r? `@oli-obk`
  • Loading branch information
matthiaskrgr authored Sep 24, 2022
2 parents 81eb35f + 5f77ce0 commit 6900638
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bootstrap/test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -520,7 +520,7 @@ impl Step for Miri {
cargo.arg("--").arg("miri").arg("setup");

// Tell `cargo miri setup` where to find the sources.
cargo.env("XARGO_RUST_SRC", builder.src.join("library"));
cargo.env("MIRI_LIB_SRC", builder.src.join("library"));
// Tell it where to find Miri.
cargo.env("MIRI", &miri);
// Debug things.
Expand Down

0 comments on commit 6900638

Please sign in to comment.