提交 03de7fdb 编写于 作者: R Ralf Jung

install and use xargo inside the build dir

上级 05aa983f
......@@ -415,6 +415,10 @@ fn run(self, builder: &Builder<'_>) {
cargo.env("RUSTC_DEBUG_ASSERTIONS", "false");
// Debug things.
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) {
return;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册