Skip to content

Commit

Permalink
[VL] fix vcpkg package (#7316)
Browse files Browse the repository at this point in the history
fix vcpkg script after #7502

Signed-off-by: Yuan Zhou <yuan.zhou@intel.com>
  • Loading branch information
zhouyuan authored Sep 23, 2024
1 parent 55671cb commit 4a7748c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions dev/package-vcpkg.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 "$@"

0 comments on commit 4a7748c

Please sign in to comment.