Skip to content

Commit 85f56c2

Browse files
committed
add explicit CUDA path to buildbot
1 parent 6b719ba commit 85f56c2

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.jenkins/jenkins_buildbot_dlt.sh

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
#!/bin/bash
22

3+
# CUDA
4+
export PATH=/usr/local/cuda/bin:$PATH
5+
export LD_LIBRARY_PATH=/usr/local/cuda/lib64:$LD_LIBRARY_PATH
6+
export LIBRARY_PATH=/usr/local/cuda/lib64:$LIBRARY_PATH
7+
38
BUILDBOT_DIR=$WORKSPACE/nightly_build
4-
source $HOME/.bashrc
59

610
mkdir -p ${BUILDBOT_DIR}
711

0 commit comments

Comments
 (0)