Skip to content

Commit

Permalink
Install thrift
Browse files Browse the repository at this point in the history
  • Loading branch information
PHILO-HE committed Jul 3, 2024
1 parent 8cbabbe commit a45ac9e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 4 additions & 0 deletions dev/build_arrow.sh
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,10 @@ function build_arrow_cpp() {
-DCMAKE_BUILD_TYPE=${BUILD_TYPE} \
-DARROW_BUILD_SHARED=OFF \
-DARROW_BUILD_STATIC=ON

# Install thrift.
cd _build/thrift_ep-prefix/src/thrift_ep-build
sudo cmake --install ./ --prefix /usr/local/
popd
}

Expand Down
3 changes: 1 addition & 2 deletions ep/build-velox/src/build_velox.sh
Original file line number Diff line number Diff line change
Expand Up @@ -147,8 +147,7 @@ function compile {
echo "NUM_THREADS_OPTS: $NUM_THREADS_OPTS"

export simdjson_SOURCE=AUTO
# Quick fix for CI error due to velox rebase
export Arrow_SOURCE=BUNDLED
export Arrow_SOURCE=AUTO
if [ $ARCH == 'x86_64' ]; then
make $COMPILE_TYPE $NUM_THREADS_OPTS EXTRA_CMAKE_FLAGS="${COMPILE_OPTION}"
elif [[ "$ARCH" == 'arm64' || "$ARCH" == 'aarch64' ]]; then
Expand Down

0 comments on commit a45ac9e

Please sign in to comment.