Release: Omit spl-token CLI binary

Required to work around yanked ouroboros crate release
This commit is contained in:
Trent Nelson
2020-11-13 16:24:42 -07:00
committed by Trent Nelson
parent e7106278e9
commit c8b3d0ba07

View File

@@ -116,8 +116,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