Rollup merge of #102226 - RalfJung:miri-sysroot-build, r=oli-obk
bootstrap/miri: switch to non-deprecated env var for setting the sysroot folder r? `@oli-obk`
This commit is contained in:
commit
6900638c53
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue