This is an automated email from the ASF dual-hosted git repository.

hongze pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-gluten.git


The following commit(s) were added to refs/heads/main by this push:
     new 8e6d6341c [VL] Fix out-of-date centos 7 image in 
velox_docker_cache.yml (#6719)
8e6d6341c is described below

commit 8e6d6341ca6ba1d48dd406aadb27f4fdf3cde30f
Author: Hongze Zhang <[email protected]>
AuthorDate: Tue Aug 6 08:31:41 2024 +0800

    [VL] Fix out-of-date centos 7 image in velox_docker_cache.yml (#6719)
---
 .github/workflows/velox_docker_cache.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/velox_docker_cache.yml 
b/.github/workflows/velox_docker_cache.yml
index 0fa771de0..3fc0fc50f 100644
--- a/.github/workflows/velox_docker_cache.yml
+++ b/.github/workflows/velox_docker_cache.yml
@@ -30,7 +30,7 @@ concurrency:
 jobs:
   cache-native-lib-centos-7:
     runs-on: ubuntu-20.04
-    container: apache/gluten:gluten-vcpkg-builder_2024_07_11 # centos7 with 
dependencies installed
+    container: apache/gluten:gluten-vcpkg-builder_2024_08_05 # centos7 with 
dependencies installed
     steps:
       - uses: actions/checkout@v2
       - name: Generate cache key


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to