Skip to content

Commit

Permalink
Add Parquet build in MacOS (facebookincubator#6802)
Browse files Browse the repository at this point in the history
Summary: Pull Request resolved: facebookincubator#6802

Reviewed By: amitkdutta

Differential Revision: D49797951

Pulled By: pedroerp

fbshipit-source-id: 2722fa43bc9cc43336d98f017bd74ad9774bd813
  • Loading branch information
majetideepak authored and facebook-github-bot committed Sep 30, 2023
1 parent ad19f99 commit e2756e8
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .circleci/dist_compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,16 @@ jobs:
brew link --overwrite --force [email protected]
export PATH="/Users/distiller/deps/opt/[email protected]/bin:$PATH"
export OPENSSL_ROOT_DIR=$(brew --prefix [email protected])
cmake -B _build/debug -GNinja -DTREAT_WARNINGS_AS_ERRORS=1 -DENABLE_ALL_WARNINGS=1 -DCMAKE_BUILD_TYPE=Debug -DCMAKE_PREFIX_PATH=~/deps -DCMAKE_CXX_COMPILER_LAUNCHER=ccache -DFLEX_INCLUDE_DIR=~/deps/opt/flex/include
cmake \
-B _build/debug \
-GNinja \
-DTREAT_WARNINGS_AS_ERRORS=1 \
-DENABLE_ALL_WARNINGS=1 \
-DVELOX_ENABLE_PARQUET=ON \
-DCMAKE_BUILD_TYPE=Debug \
-DCMAKE_PREFIX_PATH=~/deps \
-DCMAKE_CXX_COMPILER_LAUNCHER=ccache \
-DFLEX_INCLUDE_DIR=~/deps/opt/flex/include
ninja -C _build/debug
ccache -s
no_output_timeout: 1h
Expand Down

0 comments on commit e2756e8

Please sign in to comment.