diff --git a/.github/workflows/velox_be.yml b/.github/workflows/velox_be.yml index 5ee6b7ea1e956..c16dae62bf9f4 100644 --- a/.github/workflows/velox_be.yml +++ b/.github/workflows/velox_be.yml @@ -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 '