install and use xargo inside the build dir
This commit is contained in:
parent
05aa983f4c
commit
03de7fdbfa
1 changed files with 4 additions and 0 deletions
|
@ -415,6 +415,10 @@ impl Step for Miri {
|
||||||
cargo.env("RUSTC_DEBUG_ASSERTIONS", "false");
|
cargo.env("RUSTC_DEBUG_ASSERTIONS", "false");
|
||||||
// Debug things.
|
// Debug things.
|
||||||
cargo.env("RUST_BACKTRACE", "1");
|
cargo.env("RUST_BACKTRACE", "1");
|
||||||
|
// Configure `cargo install` path, and let cargo-miri know that that's where
|
||||||
|
// xargo ends up.
|
||||||
|
cargo.env("CARGO_INSTALL_ROOT", &builder.out); // cargo adds a `bin/`
|
||||||
|
cargo.env("XARGO", builder.out.join("bin").join("xargo"));
|
||||||
|
|
||||||
if !try_run(builder, &mut cargo) {
|
if !try_run(builder, &mut cargo) {
|
||||||
return;
|
return;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue