This is an automated email from the ASF dual-hosted git repository. areusch pushed a commit to branch ci-docker-staging in repository https://gitbox.apache.org/repos/asf/tvm.git
commit 5360f37c499de00a0d5b4d7575728f03e8111d00 Author: Andrew Reusch <[email protected]> AuthorDate: Wed Oct 6 08:54:51 2021 -0700 Update ci_i386 to v0.74. * Close #9158. --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 7cef4b1..6a7a1f4 100755 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -49,7 +49,7 @@ ci_lint = "tlcpack/ci-lint:v0.67" ci_gpu = "tlcpack/ci-gpu:v0.77" ci_cpu = "tlcpack/ci-cpu:v0.78" ci_wasm = "tlcpack/ci-wasm:v0.71" -ci_i386 = "tlcpack/ci-i386:v0.73" +ci_i386 = "tlcpack/ci-i386:v0.74" ci_qemu = "tlcpack/ci-qemu:v0.08" ci_arm = "tlcpack/ci-arm:v0.06" // <--- End of regex-scanned config.
