Release: Use pinned cargo version to install spl-token-cli (#12916)

(cherry picked from commit bb2f0df9e1)

Co-authored-by: Trent Nelson <trent@solana.com>
This commit is contained in:
mergify[bot]
2020-10-15 17:59:24 +00:00
committed by GitHub
parent fe54a30084
commit 688dd85e61

View File

@ -112,7 +112,8 @@ mkdir -p "$installDir/bin"
set -x set -x
# shellcheck disable=SC2086 # Don't want to double quote $rust_version # shellcheck disable=SC2086 # Don't want to double quote $rust_version
$cargo $maybeRustVersion build $maybeReleaseFlag "${binArgs[@]}" $cargo $maybeRustVersion build $maybeReleaseFlag "${binArgs[@]}"
$cargo install spl-token-cli --root "$installDir" # shellcheck disable=SC2086 # Don't want to double quote $rust_version
$cargo $maybeRustVersion install spl-token-cli --root "$installDir"
) )
for bin in "${BINS[@]}"; do for bin in "${BINS[@]}"; do