Release: Omit spl-token CLI binary
Required to work around yanked ouroboros crate release
This commit is contained in:
committed by
Trent Nelson
parent
e7106278e9
commit
c8b3d0ba07
@@ -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
|
||||
|
Reference in New Issue
Block a user