summaryrefslogtreecommitdiff
path: root/.jenkins
diff options
context:
space:
mode:
authorEdward Z. Yang <ezyang@mit.edu>2018-03-18 22:56:22 -0400
committerGitHub <noreply@github.com>2018-03-18 22:56:22 -0400
commit0eaf883d6aa747be973d63d05501ad4fd2da1bd4 (patch)
treebc0f9e2ec74ad4300b4885b8843a25b9997d1986 /.jenkins
parentb5def81de8720e0845fb3a4ba7987425cd01a4fb (diff)
downloadpytorch-0eaf883d6aa747be973d63d05501ad4fd2da1bd4.tar.gz
pytorch-0eaf883d6aa747be973d63d05501ad4fd2da1bd4.tar.bz2
pytorch-0eaf883d6aa747be973d63d05501ad4fd2da1bd4.zip
Delete stubs from one more place. (#5866)
Signed-off-by: Edward Z. Yang <ezyang@fb.com>
Diffstat (limited to '.jenkins')
-rwxr-xr-x.jenkins/test.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/.jenkins/test.sh b/.jenkins/test.sh
index 072efe704f..7b6284dbac 100755
--- a/.jenkins/test.sh
+++ b/.jenkins/test.sh
@@ -10,7 +10,6 @@ source "$(dirname "${BASH_SOURCE[0]}")/common.sh"
export PATH=/opt/conda/bin:$PATH
if [[ "$BUILD_ENVIRONMENT" == *cuda* ]]; then
- export LD_LIBRARY_PATH=/usr/local/cuda/lib64/stubs:$LD_LIBRARY_PATH
export LD_LIBRARY_PATH=/usr/local/cuda/lib64:$LD_LIBRARY_PATH
# The ccache wrapper should be able to find the real nvcc
export PATH="/usr/local/cuda/bin:$PATH"