Remove spl-token-cli from 1.3.22 build

This commit is contained in:
Trent Nelson
2020-11-25 01:18:50 -07:00
parent db3f154b3f
commit c48298128d

View File

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