Setup CUDA env for local builds

This commit is contained in:
Michael Vines
2018-11-14 19:19:27 -08:00
committed by Grimes
parent 6b6c87e510
commit 83fc3c10cf
3 changed files with 14 additions and 0 deletions

View File

@ -131,6 +131,11 @@ build() {
set -x
rm -rf farf
if [[ -r target/perf-libs/env.sh ]]; then
# shellcheck source=/dev/null
source target/perf-libs/env.sh
fi
$MAYBE_DOCKER cargo install --features="$cargoFeatures" --root farf
./scripts/install-native-programs.sh farf/
)