File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -133,10 +133,9 @@ find_sysroot() {
133
133
# Run command.
134
134
case " $COMMAND " in
135
135
install)
136
- # "--locked" to respect the Cargo.lock file if it exists,
137
- # "--offline" to avoid querying the registry (for yanked packages).
138
- $CARGO install $CARGO_EXTRA_FLAGS --path " $MIRIDIR " --force --locked --offline " $@ "
139
- $CARGO install $CARGO_EXTRA_FLAGS --path " $MIRIDIR " /cargo-miri --force --locked --offline " $@ "
136
+ # "--locked" to respect the Cargo.lock file if it exists.
137
+ $CARGO install $CARGO_EXTRA_FLAGS --path " $MIRIDIR " --force --locked " $@ "
138
+ $CARGO install $CARGO_EXTRA_FLAGS --path " $MIRIDIR " /cargo-miri --force --locked " $@ "
140
139
;;
141
140
check)
142
141
# Check, and let caller control flags.
You can’t perform that action at this time.
0 commit comments