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 67595e3 [CI] Remove topi from the CI cache (#6188)
67595e3 is described below
commit 67595e3db928ca547337f0ec226b22961c93b869
Author: Tianqi Chen <[email protected]>
AuthorDate: Sun Aug 2 13:39:50 2020 -0700
[CI] Remove topi from the CI cache (#6188)
---
Jenkinsfile | 1 -
1 file changed, 1 deletion(-)
diff --git a/Jenkinsfile b/Jenkinsfile
index 9e599e8..12bee04 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -56,7 +56,6 @@ tvm_lib = "build/libtvm.so, " + tvm_runtime
tvm_multilib = "build/libtvm.so, " +
"build/libvta_tsim.so, " +
"build/libvta_fsim.so, " +
- "build/libtvm_topi.so, " +
tvm_runtime
// command to start a docker container