diff --git a/.github/workflows/velox_be.yml b/.github/workflows/velox_be.yml index 19e7cd8ae0cb..afc5f712178d 100644 --- a/.github/workflows/velox_be.yml +++ b/.github/workflows/velox_be.yml @@ -393,13 +393,13 @@ 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 ' - # yum -y install epel-release centos-release-scl patch sudo && \ - # cd /opt/gluten/ep/build-velox/src && \ - # ./get_velox.sh --velox_home=/opt/velox --enable_hdfs=ON --enable_s3=ON --enable_gcs=ON && \ - # ./build_velox.sh --velox_home=/opt/velox --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 ' + yum -y install epel-release centos-release-scl patch sudo && \ + cd /opt/gluten/ep/build-velox/src && \ + ./get_velox.sh --velox_home=/opt/velox --enable_hdfs=ON --enable_s3=ON --enable_gcs=ON && \ + ./build_velox.sh --velox_home=/opt/velox --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 '