We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 160a8c8 commit 882c115Copy full SHA for 882c115
src/bootstrap/src/core/build_steps/test.rs
@@ -620,10 +620,6 @@ impl Step for Miri {
620
cargo.env("MIRI_SYSROOT", &miri_sysroot);
621
cargo.env("MIRI_HOST_SYSROOT", &sysroot);
622
cargo.env("MIRI", &miri);
623
- if builder.config.locked_deps {
624
- // enforce lockfiles
625
- cargo.env("CARGO_EXTRA_FLAGS", "--locked");
626
- }
627
628
// Set the target.
629
cargo.env("MIRI_TEST_TARGET", target.rustc_target_arg());
0 commit comments