You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by ve...@apache.org on 2020/12/11 17:29:29 UTC

[tvm] branch ci-docker-staging updated: update path

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

vega pushed a commit to branch ci-docker-staging
in repository https://gitbox.apache.org/repos/asf/tvm.git


The following commit(s) were added to refs/heads/ci-docker-staging by this push:
     new 43ee197  update path
43ee197 is described below

commit 43ee1978aef2eb27edd811d0df2f162191ec60e5
Author: Luis Vega <ve...@gmail.com>
AuthorDate: Fri Dec 11 17:25:54 2020 +0000

    update path
---
 Jenkinsfile | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index e63e2be..7021e3a 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -56,13 +56,12 @@ ci_arm = "tlcpack/ci-arm:v0.01"
 // tvm libraries
 tvm_runtime = "build/libtvm_runtime.so, build/config.cmake"
 tvm_lib = "build/libtvm.so, " + tvm_runtime
-tvm_verilator = "3rdparty/vta-hw/apps/verilator/libverilator.so"
 // LLVM upstream lib
 tvm_multilib = "build/libtvm.so, " +
                "build/libvta_tsim.so, " +
                "build/libvta_fsim.so, " +
-               tvm_runtime +
-               tvm_verilator
+               "3rdparty/vta-hw/apps/verilator/libverilator.so, " +
+               tvm_runtime
 
 // command to start a docker container
 docker_run = 'docker/bash.sh'