From: Tianqi Chen Date: Sun, 2 Aug 2020 20:39:50 +0000 (-0700) Subject: [CI] Remove topi from the CI cache (#6188) X-Git-Tag: upstream/0.7.0~322 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=67595e3db928ca547337f0ec226b22961c93b869;p=platform%2Fupstream%2Ftvm.git [CI] Remove topi from the CI cache (#6188) --- 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