Skip to content

Commit

Permalink
[CI] Temporary disable rust test (apache#5029)
Browse files Browse the repository at this point in the history
  • Loading branch information
tqchen authored and Trevor Morris committed Apr 16, 2020
1 parent df79344 commit fd3a7f4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/scripts/task_rust.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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:-}"
Expand Down

0 comments on commit fd3a7f4

Please sign in to comment.