You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by tq...@apache.org on 2021/04/03 12:23:04 UTC

[tvm] branch main updated: Disable Rust CI (#7793)

This is an automated email from the ASF dual-hosted git repository.

tqchen pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tvm.git


The following commit(s) were added to refs/heads/main by this push:
     new 7071fda  Disable Rust CI (#7793)
7071fda is described below

commit 7071fda67422734f5eca9641424b04238f3e1351
Author: Jared Roesch <ro...@gmail.com>
AuthorDate: Sat Apr 3 05:22:40 2021 -0700

    Disable Rust CI (#7793)
---
 Jenkinsfile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index f7fc6e4..ea9f160 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -187,7 +187,8 @@ stage('Build') {
           sh "${docker_run} ${ci_cpu} ./tests/scripts/task_python_vta_fsim.sh"
           sh "${docker_run} ${ci_cpu} ./tests/scripts/task_python_vta_tsim.sh"
           // sh "${docker_run} ${ci_cpu} ./tests/scripts/task_golang.sh"
-          sh "${docker_run} ${ci_cpu} ./tests/scripts/task_rust.sh"
+          // TODO(@jroesch): need to resolve CI issue will turn back on in follow up patch
+          // sh "${docker_run} ${ci_cpu} ./tests/scripts/task_rust.sh"
           junit "build/pytest-results/*.xml"
         }
       }