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

yuanzhou 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 92798a2f8 [GLUTEN-4917][VL] CI: update GHA docker image (#5907)
92798a2f8 is described below

commit 92798a2f85bf9d26e51e227929405958a91d9dc0
Author: Yuan <[email protected]>
AuthorDate: Wed May 29 20:35:59 2024 +0800

    [GLUTEN-4917][VL] CI: update GHA docker image (#5907)
    
    Update GHA docker image to add folly changes
    
    Signed-off-by: Yuan Zhou <[email protected]>
---
 .github/workflows/velox_docker.yml       | 2 +-
 .github/workflows/velox_docker_cache.yml | 2 +-
 dev/ci-velox-buildstatic.sh              | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/velox_docker.yml 
b/.github/workflows/velox_docker.yml
index 5c39fec35..d11d4032f 100644
--- a/.github/workflows/velox_docker.yml
+++ b/.github/workflows/velox_docker.yml
@@ -49,7 +49,7 @@ concurrency:
 jobs:
   build-native-lib-centos-7:
     runs-on: ubuntu-20.04
-    container: apache/gluten:gluten-vcpkg-builder_2024_05_22 # centos7 with 
dependencies installed
+    container: apache/gluten:gluten-vcpkg-builder_2024_05_29 # centos7 with 
dependencies installed
     steps:
       - uses: actions/checkout@v2
       - name: Generate cache key
diff --git a/.github/workflows/velox_docker_cache.yml 
b/.github/workflows/velox_docker_cache.yml
index 591be2609..44271c4fc 100644
--- a/.github/workflows/velox_docker_cache.yml
+++ b/.github/workflows/velox_docker_cache.yml
@@ -27,7 +27,7 @@ concurrency:
 jobs:
   cache-native-lib:
     runs-on: ubuntu-20.04
-    container: apache/gluten:gluten-vcpkg-builder_2024_05_22 # centos7 with 
dependencies installed
+    container: apache/gluten:gluten-vcpkg-builder_2024_05_29 # centos7 with 
dependencies installed
     steps:
       - uses: actions/checkout@v2
       - name: Generate cache key
diff --git a/dev/ci-velox-buildstatic.sh b/dev/ci-velox-buildstatic.sh
index 075440816..208490d1c 100755
--- a/dev/ci-velox-buildstatic.sh
+++ b/dev/ci-velox-buildstatic.sh
@@ -2,7 +2,7 @@ yum install sudo patch java-1.8.0-openjdk-devel -y
 cd $GITHUB_WORKSPACE/ep/build-velox/src
 ./get_velox.sh
 source /opt/rh/devtoolset-9/enable
-source $GITHUB_WORKSPACE/dev/vcpkg/env.sh
+source /opt/gluten/dev/vcpkg/env.sh
 cd $GITHUB_WORKSPACE/
 sed -i '/^headers/d' ep/build-velox/build/velox_ep/CMakeLists.txt
 export NUM_THREADS=4


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

Reply via email to