Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
wangyum committed Mar 25, 2024
1 parent f75cd74 commit 13e4154
Showing 1 changed file with 16 additions and 17 deletions.
33 changes: 16 additions & 17 deletions .github/workflows/build_bundle_package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,22 +43,21 @@ jobs:
- uses: actions/checkout@v3
- name: Build Gluten velox third party
run: |
yum install sudo patch java-1.8.0-openjdk-devel -y
# 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 /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
# ./dev/builddeps-veloxbe.sh --build_tests=OFF --build_benchmarks=OFF --enable_s3=OFF \
# --enable_gcs=OFF --enable_hdfs=ON --enable_abfs=OFF
# - uses: actions/upload-artifact@v2
# with:
# path: ./cpp/build/releases/
# name: velox-native-lib-${{github.sha}}
# retention-days: 1
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 /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
./dev/builddeps-veloxbe.sh --build_tests=OFF --build_benchmarks=OFF --enable_s3=OFF \
--enable_gcs=OFF --enable_hdfs=ON --enable_abfs=OFF
- uses: actions/upload-artifact@v2
with:
path: ./cpp/build/releases/
name: velox-native-lib-${{github.sha}}
retention-days: 1

build-pabkages:
needs: build-native-lib
Expand All @@ -69,7 +68,7 @@ jobs:
- name: Download All Artifacts
uses: actions/download-artifact@v2
with:
name: velox-native-lib-eb3916c58e8a313cc2bbd8fa54891270a08f0f1c
name: velox-native-lib-${{github.sha}}
path: ./cpp/build/releases
- name: Setup java and maven
run: |
Expand Down

0 comments on commit 13e4154

Please sign in to comment.