Skip to content

Commit 7ac5f60

Browse files
committed
remove a pointless env var
CARGO_EXTRA_FLAGS is respected by the ./miri script which we are not invoking here
1 parent fb8abe5 commit 7ac5f60

File tree

1 file changed

+0
-4
lines changed
  • src/bootstrap/src/core/build_steps

1 file changed

+0
-4
lines changed

src/bootstrap/src/core/build_steps/test.rs

-4
Original file line numberDiff line numberDiff line change
@@ -620,10 +620,6 @@ impl Step for Miri {
620620
cargo.env("MIRI_SYSROOT", &miri_sysroot);
621621
cargo.env("MIRI_HOST_SYSROOT", &sysroot);
622622
cargo.env("MIRI", &miri);
623-
if builder.config.locked_deps {
624-
// enforce lockfiles
625-
cargo.env("CARGO_EXTRA_FLAGS", "--locked");
626-
}
627623

628624
// Set the target.
629625
cargo.env("MIRI_TEST_TARGET", target.rustc_target_arg());

0 commit comments

Comments
 (0)