mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-22 23:04:33 +00:00
point cargo-miri to the right xargo binary
This commit is contained in:
parent
c839a7b4c2
commit
0a6f45e2e5
@ -391,7 +391,7 @@ impl Step for Miri {
|
||||
// Overwrite bootstrap's `rustc` wrapper overwriting our flags.
|
||||
cargo.env("RUSTC_DEBUG_ASSERTIONS", "true");
|
||||
// Let cargo-miri know where xargo ended up.
|
||||
cargo.env("XARGO", builder.out.join("bin").join("xargo"));
|
||||
cargo.env("XARGO_CHECK", builder.out.join("bin").join("xargo-check"));
|
||||
|
||||
let mut cargo = Command::from(cargo);
|
||||
if !try_run(builder, &mut cargo) {
|
||||
|
Loading…
Reference in New Issue
Block a user