From 4a7748c7ff9955106276f911a30f49734cec0e0c Mon Sep 17 00:00:00 2001 From: Yuan Date: Tue, 24 Sep 2024 07:39:34 +0800 Subject: [PATCH] [VL] fix vcpkg package (#7316) fix vcpkg script after #7502 Signed-off-by: Yuan Zhou --- dev/package-vcpkg.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/dev/package-vcpkg.sh b/dev/package-vcpkg.sh index 8f2b219f0da7..7d5de3e948b1 100755 --- a/dev/package-vcpkg.sh +++ b/dev/package-vcpkg.sh @@ -18,10 +18,8 @@ if [ "$LINUX_OS" == "centos" ]; then fi fi -# prepare vcpkg environments -source ./dev/vcpkg/env.sh # build gluten with velox backend, prompt always respond y export PROMPT_ALWAYS_RESPOND=y -./dev/buildbundle-veloxbe.sh --build_tests=ON --build_arrow=OFF --build_benchmarks=ON --enable_s3=ON --enable_hdfs=ON "$@" +./dev/buildbundle-veloxbe.sh --enable_vcpkg=ON --build_tests=ON --build_arrow=OFF --build_benchmarks=ON --enable_s3=ON --enable_gcs=ON --enable_hdfs=ON "$@"