From 0399e268f7c3412eaa879bff44818df5b37845f8 Mon Sep 17 00:00:00 2001 From: Andrew Reusch Date: Wed, 24 Mar 2021 15:39:15 -0700 Subject: [PATCH] Bump ci-cpu and ci-arm container versions. --- Jenkinsfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 8f11bbaa568d..f7fc6e4e2178 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -46,11 +46,11 @@ // NOTE: these lines are scanned by docker/dev_common.sh. Please update the regex as needed. --> ci_lint = "tlcpack/ci-lint:v0.62" ci_gpu = "tlcpack/ci-gpu:v0.72" -ci_cpu = "tlcpack/ci-cpu:v0.72-t0" +ci_cpu = "tlcpack/ci-cpu:v0.73" ci_wasm = "tlcpack/ci-wasm:v0.70" ci_i386 = "tlcpack/ci-i386:v0.72-t0" ci_qemu = "tlcpack/ci-qemu:v0.02" -ci_arm = "tlcpack/ci-arm:v0.02" +ci_arm = "tlcpack/ci-arm:v0.03" // <--- End of regex-scanned config. // tvm libraries