Skip to content

Commit

Permalink
fix for pinterest build
Browse files Browse the repository at this point in the history
  • Loading branch information
binwei committed Aug 27, 2024
1 parent e7a5144 commit b7aac90
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
5 changes: 2 additions & 3 deletions dev/builddeps-veloxbe.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ GLUTEN_DIR="$CURRENT_DIR/.."
BUILD_TYPE=Release
BUILD_TESTS=OFF
BUILD_EXAMPLES=OFF
BUILD_BENCHMARKS=OFF
BUILD_BENCHMARKS=ON
BUILD_JEMALLOC=OFF
BUILD_PROTOBUF=OFF
BUILD_PROTOBUF=ON
BUILD_VELOX_TESTS=OFF
BUILD_VELOX_BENCHMARKS=OFF
ENABLE_QAT=OFF
Expand All @@ -28,7 +28,6 @@ ENABLE_S3=ON
ENABLE_HDFS=OFF
ENABLE_ABFS=OFF
ENABLE_EP_CACHE=ON
ARROW_ENABLE_CUSTOM_CODEC=OFF
ENABLE_VCPKG=ON
RUN_SETUP_SCRIPT=ON
VELOX_REPO=""
Expand Down
4 changes: 2 additions & 2 deletions ep/build-velox/src/get_velox.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@

set -exu

VELOX_REPO=https://github.com/oap-project/velox.git
VELOX_BRANCH=2024_08_27
VELOX_REPO=https://github.com/yma11/velox.git
VELOX_BRANCH=golden-ptst
VELOX_HOME=""

OS=`uname -s`
Expand Down

0 comments on commit b7aac90

Please sign in to comment.