Skip to content

Commit

Permalink
Auto merge of #72091 - RalfJung:miri, r=RalfJung
Browse files Browse the repository at this point in the history
update miri

Fixes #72037
Cc @rust-lang/miri r? @ghost
  • Loading branch information
bors committed May 12, 2020
2 parents d903a9d + 42f70d5 commit 769d12e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion src/bootstrap/test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -436,7 +436,6 @@ impl Step for Miri {

// miri tests need to know about the stage sysroot
cargo.env("MIRI_SYSROOT", miri_sysroot);
cargo.env("RUSTC_TEST_SUITE", builder.rustc(compiler));
cargo.env("RUSTC_LIB_PATH", builder.rustc_libdir(compiler));
cargo.env("MIRI_PATH", miri);

Expand Down

0 comments on commit 769d12e

Please sign in to comment.