Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[VL][CI] Fix thrift download failure #5080

Closed
wants to merge 3 commits into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .github/workflows/velox_be.yml
Original file line number Diff line number Diff line change
Expand Up @@ -500,6 +500,7 @@ jobs:
- name: Build Gluten velox third party
run: |
$PATH_TO_GLUTEN_TE/$OS_IMAGE_NAME/gha/gha-checkout/exec.sh '
export ARROW_THRIFT_URL=file:///opt/thrift-0.16.0.tar.gz && \
source /env.sh && \
sudo yum -y install patch && \
cd /opt/gluten/ep/build-velox/src && \
Expand Down Expand Up @@ -550,6 +551,7 @@ jobs:
- name: Build Gluten velox third party
run: |
$PATH_TO_GLUTEN_TE/$OS_IMAGE_NAME/gha/gha-checkout/exec.sh '
export ARROW_THRIFT_URL=file:///opt/thrift-0.16.0.tar.gz && \
yum -y install epel-release centos-release-scl patch sudo && \
cd /opt/gluten/ep/build-velox/src && \
source /opt/rh/devtoolset-9/enable && \
Expand Down Expand Up @@ -690,6 +692,7 @@ jobs:
- name: Build Script Test
run: |
$PATH_TO_GLUTEN_TE/$OS_IMAGE_NAME/gha/gha-checkout/exec.sh '
export ARROW_THRIFT_URL=file:///opt/thrift-0.16.0.tar.gz && \
source /env.sh && \
sudo yum -y install patch && \
cd /opt/gluten/ && \
Expand Down
Loading