You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2019/03/25 18:05:34 UTC

[GitHub] [incubator-mxnet] lanking520 commented on a change in pull request #14504: Fixes for CI downloads

lanking520 commented on a change in pull request #14504: Fixes for CI downloads
URL: https://github.com/apache/incubator-mxnet/pull/14504#discussion_r268781218
 
 

 ##########
 File path: tools/dependencies/make_shared_dependencies.sh
 ##########
 @@ -20,11 +20,37 @@
 # This is a convenience script for calling the build scripts of all dependency libraries.
 # Environment variables should be set beforehand.
 
+set -ex
+
 DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null && pwd )"
 
+download () {
 
 Review comment:
   Awesome config! 👍 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services