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

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


The following commit(s) were added to refs/heads/branch-1.2 by this push:
     new d714fa0d13 [VL][Branch-1.2] Install devtoolset-9 for GHA centos-7 
build (#7678)
d714fa0d13 is described below

commit d714fa0d13509c8f6e7df174542f6163336f47bf
Author: Zhen Wang <[email protected]>
AuthorDate: Fri Oct 25 09:13:32 2024 +0800

    [VL][Branch-1.2] Install devtoolset-9 for GHA centos-7 build (#7678)
---
 .github/workflows/velox_backend.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/velox_backend.yml 
b/.github/workflows/velox_backend.yml
index 8f515d9092..95445aec3d 100644
--- a/.github/workflows/velox_backend.yml
+++ b/.github/workflows/velox_backend.yml
@@ -72,6 +72,7 @@ jobs:
         if: ${{ steps.cache.outputs.cache-hit != 'true' }}
         run: |
           df -a
+          yum install -y devtoolset-9
           cd $GITHUB_WORKSPACE/
           bash dev/ci-velox-buildstatic-centos-7.sh
       - uses: actions/upload-artifact@v3


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

Reply via email to