Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
[Perl] Fix for Perl GPU CI build (#8089)
Browse files Browse the repository at this point in the history
* test.

* removing unneeded and harmful line.

* Update Jenkinsfile
  • Loading branch information
sergeykolychev authored and piiswrong committed Sep 29, 2017
1 parent 7bc48cd commit 429e2a4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
3 changes: 0 additions & 3 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
}
}
}
}
Expand Down
1 change: 0 additions & 1 deletion perl-package/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down

1 comment on commit 429e2a4

@goswamig
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does this mean we are ignoring the exception here?

Please sign in to comment.