From 007443dc40b415f82bb2fe65d8960c623df75491 Mon Sep 17 00:00:00 2001 From: Andrew Reusch Date: Mon, 4 Oct 2021 17:40:17 -0700 Subject: [PATCH] Update ci-cpu to v0.78. * Close #9158 --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index a41e90deac7c..7cef4b15891a 100755 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -47,7 +47,7 @@ import org.jenkinsci.plugins.pipeline.modeldefinition.Utils // NOTE: these lines are scanned by docker/dev_common.sh. Please update the regex as needed. --> ci_lint = "tlcpack/ci-lint:v0.67" ci_gpu = "tlcpack/ci-gpu:v0.77" -ci_cpu = "tlcpack/ci-cpu:v0.77" +ci_cpu = "tlcpack/ci-cpu:v0.78" ci_wasm = "tlcpack/ci-wasm:v0.71" ci_i386 = "tlcpack/ci-i386:v0.73" ci_qemu = "tlcpack/ci-qemu:v0.08"