Skip to content

Commit

Permalink
[VL] enable VCPKG build by default
Browse files Browse the repository at this point in the history
Signed-off-by: Yuan Zhou <[email protected]>
  • Loading branch information
zhouyuan committed Sep 5, 2024
1 parent 29390e1 commit a98d633
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions dev/buildbundle-veloxbe.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#!/bin/bash

BASEDIR=$(dirname $0)
sudo -E dev/vcpkg/vcpkg.json
source "$BASEDIR/builddeps-veloxbe.sh"

function build_for_spark {
Expand Down
2 changes: 1 addition & 1 deletion dev/builddeps-veloxbe.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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=""
Expand Down

0 comments on commit a98d633

Please sign in to comment.