Auto merge of #72091 - RalfJung:miri, r=RalfJung
update miri Fixes https://github.com/rust-lang/rust/issues/72037 Cc @rust-lang/miri r? @ghost
This commit is contained in:
commit
769d12eec1
2 changed files with 1 additions and 2 deletions
|
@ -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);
|
||||
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 7f3366288d126408815eeafa8d7cd6e9f3ea56b9
|
||||
Subproject commit 10419b3f2fc625bb9d746c16d768e433a894484d
|
Loading…
Add table
Reference in a new issue