Skip to content

Commit 5911cd1

Browse files
authored
Merge pull request lisa-lab#177 from slefrancois/test_jenkins
add explicit CUDA path to buildbot
2 parents 6b719ba + 85f56c2 commit 5911cd1

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)