This is an automated email from the ASF dual-hosted git repository.
zhasheng pushed a commit to branch v1.3.x
in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git
The following commit(s) were added to refs/heads/v1.3.x by this push:
new 58d5b90 mxnet 1.3 branch ci build fix (#12511)
58d5b90 is described below
commit 58d5b909cd3faa939afdfa7fc41c2c01d783b927
Author: Roshani Nagmote <[email protected]>
AuthorDate: Mon Sep 10 20:23:05 2018 -0700
mxnet 1.3 branch ci build fix (#12511)
---
ci/docker/install/ubuntu_tvm.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ci/docker/install/ubuntu_tvm.sh b/ci/docker/install/ubuntu_tvm.sh
index 4f5cb42..d7e093a 100755
--- a/ci/docker/install/ubuntu_tvm.sh
+++ b/ci/docker/install/ubuntu_tvm.sh
@@ -25,7 +25,7 @@ cd tvm
# This is a stable tag that support MXNet TVM bridge.
# We use this since support for mxnet bridge just checked
# into master and there is yet a version tag
-git checkout 30eaf463e34d7c301357c31a010945d11df16537
+git checkout 1c97eaf622095700d045ffef2320fb21911b485e
cp make/config.mk
echo USE_CUDA=1 >> config.mk