This is an automated email from the ASF dual-hosted git repository.

yuanzhou pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-gluten.git


The following commit(s) were added to refs/heads/main by this push:
     new 4a7748c7ff [VL] fix vcpkg package (#7316)
4a7748c7ff is described below

commit 4a7748c7ff9955106276f911a30f49734cec0e0c
Author: Yuan <[email protected]>
AuthorDate: Tue Sep 24 07:39:34 2024 +0800

    [VL] fix vcpkg package (#7316)
    
    fix vcpkg script after #7502
    
    Signed-off-by: Yuan Zhou <[email protected]>
---
 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 8f2b219f0d..7d5de3e948 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 "$@"


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to