This is an automated email from the ASF dual-hosted git repository.
jxie pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git
The following commit(s) were added to refs/heads/master by this push:
new 429e2a4 [Perl] Fix for Perl GPU CI build (#8089)
429e2a4 is described below
commit 429e2a42903aa5a15ae96b4a520c7e44c25be668
Author: Sergey Kolychev <[email protected]>
AuthorDate: Fri Sep 29 10:23:32 2017 -0700
[Perl] Fix for Perl GPU CI build (#8089)
* test.
* removing unneeded and harmful line.
* Update Jenkinsfile
---
Jenkinsfile | 3 ---
perl-package/test.sh | 1 -
2 files changed, 4 deletions(-)
diff --git a/Jenkinsfile b/Jenkinsfile
index 28bb1b5..d8cd2f5 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -370,10 +370,7 @@ try {
init_git()
unpack_lib('gpu')
timeout(time: max_time, unit: 'MINUTES') {
- try {
sh "${docker_run} gpu ./perl-package/test.sh"
- } catch (exc) {
- }
}
}
}
diff --git a/perl-package/test.sh b/perl-package/test.sh
index 8c6024c..1a4bd72 100755
--- a/perl-package/test.sh
+++ b/perl-package/test.sh
@@ -17,7 +17,6 @@
# under the License.
MXNET_HOME=${PWD}
-export LD_LIBRARY_PATH=${MXNET_HOME}/lib
export PERL5LIB=${MXNET_HOME}/perl5/lib/perl5
cd ${MXNET_HOME}/perl-package/AI-MXNetCAPI/
--
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].