mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-27 18:57:42 +03:00
bootstrap miri: remove no longer used env var
This commit is contained in:
@@ -384,9 +384,6 @@ fn run(self, builder: &Builder<'_>) {
|
||||
);
|
||||
cargo.arg("--bin").arg("cargo-miri").arg("--").arg("miri").arg("setup");
|
||||
|
||||
// Tell `cargo miri` not to worry about the sysroot mismatch (we built with
|
||||
// stage1 but run with stage2).
|
||||
cargo.env("MIRI_SKIP_SYSROOT_CHECK", "1");
|
||||
// Tell `cargo miri setup` where to find the sources.
|
||||
cargo.env("XARGO_RUST_SRC", builder.src.join("src"));
|
||||
// Debug things.
|
||||
|
||||
Reference in New Issue
Block a user