From a98d633419aab4be5b1c8c22281270150d4b3869 Mon Sep 17 00:00:00 2001 From: Yuan Zhou Date: Thu, 5 Sep 2024 16:17:47 +0800 Subject: [PATCH] [VL] enable VCPKG build by default Signed-off-by: Yuan Zhou --- dev/buildbundle-veloxbe.sh | 1 + dev/builddeps-veloxbe.sh | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/dev/buildbundle-veloxbe.sh b/dev/buildbundle-veloxbe.sh index eaa82730bb25f..0ada20f82a12e 100755 --- a/dev/buildbundle-veloxbe.sh +++ b/dev/buildbundle-veloxbe.sh @@ -1,6 +1,7 @@ #!/bin/bash BASEDIR=$(dirname $0) +sudo -E dev/vcpkg/vcpkg.json source "$BASEDIR/builddeps-veloxbe.sh" function build_for_spark { diff --git a/dev/builddeps-veloxbe.sh b/dev/builddeps-veloxbe.sh index 82c9cfc8d6c04..3f4b87498ffdd 100755 --- a/dev/builddeps-veloxbe.sh +++ b/dev/builddeps-veloxbe.sh @@ -24,7 +24,7 @@ ENABLE_S3=OFF ENABLE_HDFS=OFF ENABLE_ABFS=OFF ENABLE_EP_CACHE=OFF -ENABLE_VCPKG=OFF +ENABLE_VCPKG=ON RUN_SETUP_SCRIPT=ON VELOX_REPO="" VELOX_BRANCH=""