This is an automated email from the ASF dual-hosted git repository.
tqchen pushed a commit to branch unity-staging
in repository https://gitbox.apache.org/repos/asf/tvm.git
The following commit(s) were added to refs/heads/unity-staging by this push:
new 7756613905 Update cpu image
7756613905 is described below
commit 7756613905f11abe21e9a78cf4165c5798c25a97
Author: tqchen <[email protected]>
AuthorDate: Wed Apr 12 23:19:10 2023 -0400
Update cpu image
---
ci/jenkins/unity_jenkinsfile.groovy | 2 +-
tests/scripts/task_config_build_cpu.sh | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/ci/jenkins/unity_jenkinsfile.groovy
b/ci/jenkins/unity_jenkinsfile.groovy
index 0b7085234f..28229ed723 100644
--- a/ci/jenkins/unity_jenkinsfile.groovy
+++ b/ci/jenkins/unity_jenkinsfile.groovy
@@ -32,7 +32,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:20230322-060120-46fb2ff35'
ci_gpu = 'tlcpack/ci-gpu:20230318-060139-2ff41c615'
-ci_cpu = 'tlcpack/ci_cpu:20230409-060118-a84a2cbe0'
+ci_cpu = 'tlcpack/ci-cpu:20230308-070109-9d732d0fa'
ci_wasm = 'tlcpack/ci-wasm:v0.72'
ci_i386 = 'tlcpack/ci-i386:v0.75'
ci_qemu = 'tlcpack/ci-qemu:v0.11'
diff --git a/tests/scripts/task_config_build_cpu.sh
b/tests/scripts/task_config_build_cpu.sh
index 9a5228b536..b59fa08e7e 100755
--- a/tests/scripts/task_config_build_cpu.sh
+++ b/tests/scripts/task_config_build_cpu.sh
@@ -29,7 +29,7 @@ echo set\(USE_MICRO_STANDALONE_RUNTIME ON\) >> config.cmake
echo set\(USE_PROFILER ON\) >> config.cmake
echo set\(USE_DNNL ON\) >> config.cmake
echo set\(USE_ARM_COMPUTE_LIB ON\) >> config.cmake
-echo set\(USE_LLVM llvm-config\) >> config.cmake
+echo set\(USE_LLVM llvm-config-11\) >> config.cmake
echo set\(USE_NNPACK ON\) >> config.cmake
echo set\(NNPACK_PATH /NNPACK/build/\) >> config.cmake
echo set\(USE_ANTLR ON\) >> config.cmake