Skip to content

Commit

Permalink
Try fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
xmatthias committed Jul 20, 2024
1 parent 4626272 commit 79aa608
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ RUN cmake \
-DARROW_PARQUET=ON \
-DARROW_PYTHON=ON \
-DARROW_BUILD_TESTS=OFF \
-DARROW_DATASET=ON \
-DARROW_PLASMA=ON \
.. \
&& make -j ${CMAKE_BUILD_PARALLEL_LEVEL} \
Expand All @@ -75,6 +76,7 @@ ENV PYARROW_CMAKE_OPTIONS="-DARROW_USE_LD_GOLD=ON"
ENV PYARROW_WITH_PLASMA=1
ENV PYARROW_WITH_PARQUET=1
ENV PYARROW_BUNDLE_ARROW_CPP=1
ENV CMAKE_PREFIX_PATH=$ARROW_HOME
ENV Arrow_DIR=$ARROW_HOME
ENV Parquet_DIR=$ARROW_HOME
ENV Plasma_DIR=$ARROW_HOME
Expand Down

0 comments on commit 79aa608

Please sign in to comment.