dcoliversun commented on issue #6374: URL: https://github.com/apache/incubator-gluten/issues/6374#issuecomment-2227581466
@zhztheplayer I try with CI workflow on a clean machine, which is https://github.com/apache/incubator-gluten/blob/45cfdbe9d2093ecbf702bbc3cdb453c11904db5f/.github/workflows/build_bundle_package.yml. I get the same error. ```shell 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 ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
