Skip to content

Commit

Permalink
build gandiva in cpp docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
kszucs committed Feb 19, 2019
1 parent cb69625 commit 169f43a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ci/docker_build_cpp.sh
Expand Up @@ -34,6 +34,8 @@ cmake -GNinja \
-DARROW_PARQUET=${ARROW_PARQUET:-ON} \
-DARROW_HDFS=${ARROW_HDFS:-OFF} \
-DARROW_PYTHON=${ARROW_PYTHON:-OFF} \
-DARROW_GANDIVA=${ARROW_GANDIVA:-ON} \
-DARROW_GANDIVA_JAVA=${ARROW_GANDIVA_JAVA:-OFF} \
-DARROW_BUILD_TESTS=${ARROW_BUILD_TESTS:-OFF} \
-DARROW_BUILD_UTILITIES=${ARROW_BUILD_UTILITIES:-ON} \
-DARROW_INSTALL_NAME_RPATH=${ARROW_INSTALL_NAME_RPATH:-ON} \
Expand Down
1 change: 1 addition & 0 deletions cpp/Dockerfile
Expand Up @@ -23,6 +23,7 @@ RUN export DEBIAN_FRONTEND=noninteractive && \
apt-get install -y -q --no-install-recommends \
ca-certificates \
ccache \
clang-7 \
g++ \
gcc \
git \
Expand Down

0 comments on commit 169f43a

Please sign in to comment.