This is an automated email from the ASF dual-hosted git repository.
lukhut pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tvm.git
The following commit(s) were added to refs/heads/main by this push:
new 7767de9c39 [Docker] Update docker images for llvm-16 (#15105)
7767de9c39 is described below
commit 7767de9c39a724df6ca4f2bf028630d99f3ee746
Author: neildhickey <[email protected]>
AuthorDate: Fri Jun 16 09:44:32 2023 +0100
[Docker] Update docker images for llvm-16 (#15105)
Update ci_arm docker image to take llvm-16 from package.
Update ci_cpu docker image to correctly named one.
---
ci/jenkins/docker-images.ini | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/ci/jenkins/docker-images.ini b/ci/jenkins/docker-images.ini
index bc64b20446..a5c95533e9 100644
--- a/ci/jenkins/docker-images.ini
+++ b/ci/jenkins/docker-images.ini
@@ -17,9 +17,9 @@
# This data file is read during when Jenkins runs job to determine docker
images.
[jenkins]
-ci_arm: tlcpack/ci-arm:20230504-142417-4d37a0a0
+ci_arm: tlcpack/ci-arm:20230615-060132-62a5e7acf
ci_cortexm: tlcpack/ci-cortexm:20230613-060122-21361a63a
-ci_cpu: tlcpack/ci_cpu:20230604-060130-0af9ff90e
+ci_cpu: tlcpack/ci-cpu:20230604-060130-0af9ff90e
ci_gpu: tlcpack/ci-gpu:20230504-142417-4d37a0a0
ci_hexagon: tlcpack/ci-hexagon:20230504-142417-4d37a0a0
ci_i386: tlcpack/ci-i386:20230504-142417-4d37a0a0