This is an automated email from the ASF dual-hosted git repository.
tqchen pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-tvm.git
The following commit(s) were added to refs/heads/master by this push:
new 6026af5 [CI] Temporary disable rust test (#5029)
6026af5 is described below
commit 6026af501e32e170a19b3783a164425c23b66f26
Author: Tianqi Chen <[email protected]>
AuthorDate: Tue Mar 10 11:46:56 2020 -0700
[CI] Temporary disable rust test (#5029)
---
tests/scripts/task_rust.sh | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/tests/scripts/task_rust.sh b/tests/scripts/task_rust.sh
index 140563a..37ac6e1 100755
--- a/tests/scripts/task_rust.sh
+++ b/tests/scripts/task_rust.sh
@@ -19,6 +19,10 @@
set -e
set -u
+# Temporary disable rust tests
+# remove this line to re-enable.
+exit 0
+
export TVM_HOME="$(git rev-parse --show-toplevel)"
export LD_LIBRARY_PATH="$TVM_HOME/lib:$TVM_HOME/build:${LD_LIBRARY_PATH:-}"