We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67e85e7 commit f3aa132Copy full SHA for f3aa132
1 file changed
util/android-commands.sh
@@ -534,7 +534,7 @@ snapshot() {
534
# We need to install nextest via cargo currently, since there is no pre-built binary for android x86
535
# explicitly set CARGO_TARGET_DIR as otherwise a random generated tmp directory is used,
536
# 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"
+ command="export CARGO_TERM_COLOR=always && export CARGO_TARGET_DIR=\"cargo_install_target_dir\" && cargo install cargo-nextest --locked"
538
539
run_with_retry 3 run_command_via_ssh "$command"
540
return_code=$?
0 commit comments