wangyum commented on code in PR #8017:
URL: https://github.com/apache/incubator-gluten/pull/8017#discussion_r1853216560
##########
.github/workflows/build_bundle_package.yml:
##########
@@ -72,17 +72,19 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Download All Artifacts
- uses: actions/download-artifact@v2
+ uses: actions/download-artifact@v3
with:
name: velox-native-lib-${{github.sha}}
path: ./cpp/build/releases
- name: Download All Arrow Jar Artifacts
- uses: actions/download-artifact@v2
+ uses: actions/download-artifact@v3
with:
name: velox-arrow-jar-centos-7-${{github.sha}}
path: /root/.m2/repository/org/apache/arrow/
- name: Setup java and maven
run: |
+ sed -i 's/mirrorlist/#mirrorlist/g' /etc/yum.repos.d/CentOS-* && \
+ sed -i
's|#baseurl=http://mirror.centos.org|baseurl=http://vault.centos.org|g'
/etc/yum.repos.d/CentOS-* && \
Review Comment:
These changes also needed:
<img width="1190" alt="image"
src="https://github.com/user-attachments/assets/77eb8279-b1ca-42c1-bd7c-6442f6dcab58">
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]