Skip to content

Commit

Permalink
reuse velox
Browse files Browse the repository at this point in the history
Signed-off-by: Yuan Zhou <[email protected]>
  • Loading branch information
zhouyuan committed Dec 7, 2023
1 parent 5c69d95 commit 58ec48f
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/velox_be.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,19 +53,19 @@ jobs:
docker run --rm --init --privileged --ulimit nofile=65536:65536 --ulimit core=-1 --security-opt seccomp=unconfined \
-v $PWD:/opt/gluten/ --name centos7-test-$GITHUB_RUN_ID -e NUM_THREADS=30 -detach 10.0.2.4:5000/gluten-dev-dec/centos:7 \
bash -c 'cd /opt/gluten/ && sleep 14400'
- name: Build Gluten velox third party
run: |
docker exec centos7-test-$GITHUB_RUN_ID bash -c '
source /env.sh && \
cd /opt/gluten//ep/build-velox/src && \
./get_velox.sh --enable_hdfs=ON --enable_s3=ON --enable_gcs=ON && \
./build_velox.sh --run_setup_script=OFF --enable_ep_cache=ON --enable_s3=ON --enable_gcs=ON --enable_hdfs=ON'
# - name: Build Gluten velox third party
# run: |
# docker exec centos7-test-$GITHUB_RUN_ID bash -c '
# source /env.sh && \
# cd /opt/gluten//ep/build-velox/src && \
# ./get_velox.sh --enable_hdfs=ON --enable_s3=ON --enable_gcs=ON && \
# ./build_velox.sh --run_setup_script=OFF --enable_ep_cache=ON --enable_s3=ON --enable_gcs=ON --enable_hdfs=ON'
- name: Build Gluten CPP library
run: |
docker exec centos7-test-$GITHUB_RUN_ID bash -c '
source /env.sh && \
cd /opt/gluten//cpp && \
./compile.sh --build_velox_backend=ON --enable_hdfs=ON --enable_s3=ON --enable_gcs=ON'
./compile.sh --velox_home=/opt/velox --build_velox_backend=ON --enable_hdfs=ON --enable_s3=ON --enable_gcs=ON'
- name: Build for Spark 3.2.2
run: |
docker exec centos7-test-$GITHUB_RUN_ID bash -c '
Expand Down

0 comments on commit 58ec48f

Please sign in to comment.