Remove CUDA feature (#6094) (#6126)

automerge
This commit is contained in:
Michael Vines
2019-09-26 14:38:30 -07:00
committed by Grimes
parent 0f3a8314ae
commit 232d2b3899
33 changed files with 376 additions and 512 deletions

View File

@@ -67,11 +67,6 @@ case $deployMethod in
local|tar|skip)
PATH="$HOME"/.cargo/bin:"$PATH"
export USE_INSTALL=1
if [[ -r target/perf-libs/env.sh ]]; then
# shellcheck source=/dev/null
source target/perf-libs/env.sh
fi
solana_gossip=solana-gossip
solana_install=solana-install
;;