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/06/24 13:44:48 UTC

[tvm] 01/01: [DOCKER] Update lint to reflect the latest state

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

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

commit 4e69e98472f7aa5c4963e52c13717a068d96f0a0
Author: tqchen <tq...@octoml.ai>
AuthorDate: Thu Jun 24 06:44:27 2021 -0700

    [DOCKER] Update lint to reflect the latest state
---
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 3ea6d22..93e8b36 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -44,7 +44,7 @@
 //
 
 // NOTE: these lines are scanned by docker/dev_common.sh. Please update the regex as needed. -->
-ci_lint = "tlcpack/ci-lint:v0.65"
+ci_lint = "tlcpack/ci-lint:v0.66-t0"
 ci_gpu = "tlcpack/ci-gpu:v0.75"
 ci_cpu = "tlcpack/ci-cpu:v0.74"
 ci_wasm = "tlcpack/ci-wasm:v0.71"