mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-01 23:12:02 +00:00
remove a pointless env var
CARGO_EXTRA_FLAGS is respected by the ./miri script which we are not invoking here
This commit is contained in:
parent
fb8abe5fcf
commit
7ac5f604c1
@ -620,10 +620,6 @@ impl Step for Miri {
|
||||
cargo.env("MIRI_SYSROOT", &miri_sysroot);
|
||||
cargo.env("MIRI_HOST_SYSROOT", &sysroot);
|
||||
cargo.env("MIRI", &miri);
|
||||
if builder.config.locked_deps {
|
||||
// enforce lockfiles
|
||||
cargo.env("CARGO_EXTRA_FLAGS", "--locked");
|
||||
}
|
||||
|
||||
// Set the target.
|
||||
cargo.env("MIRI_TEST_TARGET", target.rustc_target_arg());
|
||||
|
Loading…
Reference in New Issue
Block a user