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 ddd0379 commit 1ce8990Copy full SHA for 1ce8990
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