diff --git a/dev/builddeps-veloxbe.sh b/dev/builddeps-veloxbe.sh index 4845971827d19..7b04b4c2ac3d9 100755 --- a/dev/builddeps-veloxbe.sh +++ b/dev/builddeps-veloxbe.sh @@ -103,7 +103,7 @@ if [ "$SKIP_BUILD_EP" != "ON" ]; then cd $GLUTEN_DIR/ep/build-velox/src ./get_velox.sh --enable_hdfs=$ENABLE_HDFS --build_protobuf=$BUILD_PROTOBUF --enable_s3=$ENABLE_S3 ./build_velox.sh --enable_s3=$ENABLE_S3 --build_type=$BUILD_TYPE --enable_hdfs=$ENABLE_HDFS \ - --enable_ep_cache=$ENABLE_EP_CACHE --build_tests=$BUILD_TESTS + --enable_ep_cache=$ENABLE_EP_CACHE --build_tests=$BUILD_TESTS --build_benchmarks=$BUILD_BENCHMARKS fi ## compile gluten cpp