Remove CUDA support from Snap

This commit is contained in:
Michael Vines
2018-11-12 19:47:38 -08:00
committed by Grimes
parent c5b1bc1128
commit 017c281eaf
3 changed files with 7 additions and 27 deletions

View File

@ -9,12 +9,10 @@
if [[ -d $SNAP ]]; then # Running inside a Linux Snap?
RUST_LOG="$(snapctl get rust-log)"
SOLANA_CUDA="$(snapctl get enable-cuda)"
SOLANA_DEFAULT_METRICS_RATE="$(snapctl get default-metrics-rate)"
SOLANA_METRICS_CONFIG="$(snapctl get metrics-config)"
export RUST_LOG
export SOLANA_CUDA
export SOLANA_DEFAULT_METRICS_RATE
export SOLANA_METRICS_CONFIG
fi