(cherry picked from commit c696944d36
)
Co-authored-by: Will Hickey <will.hickey@solana.com>
This commit is contained in:
@ -132,7 +132,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
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user