Skip to content

Commit

Permalink
for test
Browse files Browse the repository at this point in the history
  • Loading branch information
rui-mo committed Feb 23, 2023
1 parent ef9261d commit 59d84f6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions ep/build-velox/src/build_velox.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ BUILD_PROTOBUF=ON
BUILD_TYPE=release
VELOX_HOME=
#for ep cache
VELOX_REPO=https://github.com/oap-project/velox.git
VELOX_BRANCH=main
VELOX_REPO=https://github.com/rui-mo/velox.git
VELOX_BRANCH=fix_filter
TARGET_BUILD_COMMIT=""

LINUX_DISTRIBUTION=$(. /etc/os-release && echo ${ID})
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 @@ -2,8 +2,8 @@

set -exu

VELOX_REPO=https://github.com/oap-project/velox.git
VELOX_BRANCH=main
VELOX_REPO=https://github.com/rui-mo/velox.git
VELOX_BRANCH=fix_filter
ENABLE_EP_CACHE=OFF

for arg in "$@"
Expand Down

0 comments on commit 59d84f6

Please sign in to comment.