Add --locked to spl-token-cli install (#23223)
This commit is contained in:
parent
5726f42a7c
commit
c696944d36
@ -133,7 +133,7 @@ mkdir -p "$installDir/bin"
|
|||||||
# Exclude `spl-token` binary for net.sh builds
|
# Exclude `spl-token` binary for net.sh builds
|
||||||
if [[ -z "$validatorOnly" ]]; then
|
if [[ -z "$validatorOnly" ]]; then
|
||||||
# shellcheck disable=SC2086 # Don't want to double quote $rust_version
|
# shellcheck disable=SC2086 # Don't want to double quote $rust_version
|
||||||
"$cargo" $maybeRustVersion install spl-token-cli --root "$installDir"
|
"$cargo" $maybeRustVersion install --locked spl-token-cli --root "$installDir"
|
||||||
fi
|
fi
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user