提交 619e3f9f authored 作者: Arnaud Bergeron's avatar Arnaud Bergeron

Attempt to lock PR tests to the specific version of libgpuarray that they require.

上级 2d3ab3b0
v0.6.9
\ No newline at end of file
...@@ -23,7 +23,7 @@ LIBDIR=${WORKSPACE}/local ...@@ -23,7 +23,7 @@ LIBDIR=${WORKSPACE}/local
# Make fresh clones of libgpuarray (with no history since we don't need it) # Make fresh clones of libgpuarray (with no history since we don't need it)
rm -rf libgpuarray rm -rf libgpuarray
git clone --depth 1 "https://github.com/Theano/libgpuarray.git" git clone -b `cat .jenkins/gpuarray-branch` --depth 1 "https://github.com/Theano/libgpuarray.git"
# Clean up previous installs (to make sure no old files are left) # Clean up previous installs (to make sure no old files are left)
rm -rf $LIBDIR rm -rf $LIBDIR
......
...@@ -28,7 +28,7 @@ LIBDIR=${WORKSPACE}/local ...@@ -28,7 +28,7 @@ LIBDIR=${WORKSPACE}/local
# Make fresh clones of libgpuarray (with no history since we don't need it) # Make fresh clones of libgpuarray (with no history since we don't need it)
rm -rf libgpuarray rm -rf libgpuarray
git clone --depth 1 "https://github.com/Theano/libgpuarray.git" git clone -b `cat .jenkins/gpuarray-branch` --depth 1 "https://github.com/Theano/libgpuarray.git"
# Clean up previous installs (to make sure no old files are left) # Clean up previous installs (to make sure no old files are left)
rm -rf $LIBDIR rm -rf $LIBDIR
......
...@@ -19,7 +19,8 @@ set PATH=%PATH%;%LIBDIR%\bin ...@@ -19,7 +19,8 @@ set PATH=%PATH%;%LIBDIR%\bin
REM Make fresh clones of libgpuarray (with no history since we dont need it) REM Make fresh clones of libgpuarray (with no history since we dont need it)
rmdir libgpuarray /s/q rmdir libgpuarray /s/q
git clone --depth 1 "https://github.com/Theano/libgpuarray.git" set /p GPUARRAY_BRANCH=<.jenkins/gpuarray-branch
git clone -b %GPUARRAY_BRANCH% --depth 1 "https://github.com/Theano/libgpuarray.git"
REM Clean up previous installs (to make sure no old files are left) REM Clean up previous installs (to make sure no old files are left)
rmdir %LIBDIR% /s/q rmdir %LIBDIR% /s/q
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论