Skip to content

Commit 1ce8990

Browse files
authored
ci/android: use --locked when installing nextest (#10467)
1 parent ddd0379 commit 1ce8990

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

util/android-commands.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -534,7 +534,7 @@ snapshot() {
534534
# We need to install nextest via cargo currently, since there is no pre-built binary for android x86
535535
# explicitly set CARGO_TARGET_DIR as otherwise a random generated tmp directory is used,
536536
# which prevents incremental build for the retries.
537-
command="export CARGO_TERM_COLOR=always && export CARGO_TARGET_DIR=\"cargo_install_target_dir\" && cargo install cargo-nextest"
537+
command="export CARGO_TERM_COLOR=always && export CARGO_TARGET_DIR=\"cargo_install_target_dir\" && cargo install cargo-nextest --locked"
538538

539539
run_with_retry 3 run_command_via_ssh "$command"
540540
return_code=$?

0 commit comments

Comments
 (0)