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

philo 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 20322ceb8 [VL][CI] Update mirror for Centos8 (#5970)
20322ceb8 is described below

commit 20322ceb8b1aa70ad48020267b145e6b936d8cf4
Author: Yuan <[email protected]>
AuthorDate: Tue Jun 4 10:03:28 2024 +0800

    [VL][CI] Update mirror for Centos8 (#5970)
---
 .github/workflows/velox_docker.yml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/.github/workflows/velox_docker.yml 
b/.github/workflows/velox_docker.yml
index bbd713d99..39ee14557 100644
--- a/.github/workflows/velox_docker.yml
+++ b/.github/workflows/velox_docker.yml
@@ -549,6 +549,10 @@ jobs:
             ./cpp/build/releases/
             /root/.m2/repository/org/apache/arrow/
           key: cache-velox-build-centos-8-${{ hashFiles('./cache-key') }}
+      - name: Update mirror list
+        run: |
+          sed -i -e "s|mirrorlist=|#mirrorlist=|g" /etc/yum.repos.d/CentOS-* 
|| true
+          sed -i -e 
"s|#baseurl=http://mirror.centos.org|baseurl=http://vault.centos.org|g" 
/etc/yum.repos.d/CentOS-* || true
       - name: Setup build dependency
         if: ${{ steps.cache.outputs.cache-hit != 'true' }}
         run: |


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

Reply via email to