From f2b1b02b9233a769601f1d6504e93aa2fe7e2d66 Mon Sep 17 00:00:00 2001 From: Mehrdad Hessar Date: Tue, 12 Apr 2022 11:25:10 -0700 Subject: [PATCH] change Hexagon docker version --- Jenkinsfile | 2 +- jenkins/Jenkinsfile.j2 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 7e21dc08eb83..771430100c4e 100755 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -56,7 +56,7 @@ ci_wasm = 'tlcpack/ci-wasm:v0.73' ci_i386 = 'tlcpack/ci-i386:v0.76' ci_qemu = 'tlcpack/ci-qemu:v0.13' ci_arm = 'tlcpack/ci-arm:v0.09' -ci_hexagon = 'tlcpack/ci-hexagon:v0.02' +ci_hexagon = 'tlcpack/ci-hexagon:v0.03' // <--- End of regex-scanned config. // Parameters to allow overriding (in Jenkins UI), the images diff --git a/jenkins/Jenkinsfile.j2 b/jenkins/Jenkinsfile.j2 index 6b306e99e76b..ff90b54a9937 100644 --- a/jenkins/Jenkinsfile.j2 +++ b/jenkins/Jenkinsfile.j2 @@ -58,7 +58,7 @@ ci_wasm = 'tlcpack/ci-wasm:v0.73' ci_i386 = 'tlcpack/ci-i386:v0.76' ci_qemu = 'tlcpack/ci-qemu:v0.13' ci_arm = 'tlcpack/ci-arm:v0.09' -ci_hexagon = 'tlcpack/ci-hexagon:v0.02' +ci_hexagon = 'tlcpack/ci-hexagon:v0.03' // <--- End of regex-scanned config. // Parameters to allow overriding (in Jenkins UI), the images