Properly build solana-validator-cuda (#5999)

This commit is contained in:
Michael Vines 2019-09-20 11:36:57 -07:00 committed by GitHub
parent abaccd6882
commit 078a3aeccd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -87,9 +87,8 @@ if [[ "$cargoFeatures" = cuda ]]; then
# shellcheck source=/dev/null
source ./target/perf-libs/env.sh
cd validator-cuda
# shellcheck disable=SC2086 # Don't want to double quote $rust_version
cargo $rust_version build $maybeReleaseFlag
cargo $rust_version build $maybeReleaseFlag --package solana-validator-cuda
)
cp -fv "target/$buildVariant/solana-validator-cuda" "$installDir"/bin
fi