Remove all cuda dependencies from release tarball beyond solana-fullnode-cuda

This commit is contained in:
Michael Vines
2018-11-07 10:56:40 -08:00
parent 0d0a1c2919
commit 8047ab777c
3 changed files with 28 additions and 17 deletions

View File

@@ -49,8 +49,6 @@ elif [[ -n $USE_INSTALL ]]; then # Assume |cargo install| was run
declare program="$1"
printf "solana-%s" "$program"
}
# CUDA was/wasn't selected at build time, can't affect CUDA state here
unset SOLANA_CUDA
else
solana_program() {
declare program="$1"