Skip to content

Commit

Permalink
Auto merge of rust-lang#67579 - RalfJung:miri, r=RalfJung
Browse files Browse the repository at this point in the history
update miri
  • Loading branch information
bors committed Dec 24, 2019
2 parents 6253754 + 04c740b commit 84d8f9d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions src/bootstrap/test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -384,9 +384,6 @@ impl Step for Miri {
);
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.
Expand Down

0 comments on commit 84d8f9d

Please sign in to comment.