Skip to content

Commit

Permalink
fix centos 8 build shared
Browse files Browse the repository at this point in the history
Signed-off-by: Yuan Zhou <[email protected]>
  • Loading branch information
zhouyuan committed Sep 6, 2024
1 parent 36a5f60 commit e1d8703
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dev/buildbundle-veloxbe.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

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

function build_for_spark {
Expand Down
3 changes: 1 addition & 2 deletions dev/ci-velox-buildshared-centos-8.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

set -e

sudo -E dev/vcpkg/vcpkg.json
source /opt/rh/gcc-toolset-9/enable
./dev/builddeps-veloxbe.sh --run_setup_script=OFF --enable_ep_cache=OFF --build_tests=ON \
--build_examples=ON --build_benchmarks=ON --build_protobuf=ON
--build_examples=ON --build_benchmarks=ON --build_protobuf=ON --enable_vcpkg=OFF

0 comments on commit e1d8703

Please sign in to comment.