You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by we...@apache.org on 2019/03/17 16:03:01 UTC

[arrow] branch master updated: [Docker][C++] Remove duplicated ARROW_GANDIVA line from docker_build_cpp.sh

This is an automated email from the ASF dual-hosted git repository.

wesm pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git


The following commit(s) were added to refs/heads/master by this push:
     new d95208f  [Docker][C++] Remove duplicated ARROW_GANDIVA line from docker_build_cpp.sh
d95208f is described below

commit d95208f336a7b29ed4616b3b6c339ef816f4cbd3
Author: Suvayu Ali <su...@users.noreply.github.com>
AuthorDate: Sun Mar 17 16:02:56 2019 +0000

    [Docker][C++] Remove duplicated ARROW_GANDIVA line from docker_build_cpp.sh
---
 ci/docker_build_cpp.sh | 1 -
 1 file changed, 1 deletion(-)

diff --git a/ci/docker_build_cpp.sh b/ci/docker_build_cpp.sh
index 78e14b5..6e780b6 100755
--- a/ci/docker_build_cpp.sh
+++ b/ci/docker_build_cpp.sh
@@ -36,7 +36,6 @@ cmake -GNinja \
       -DCMAKE_INSTALL_LIBDIR=lib \
       -DARROW_WITH_BZ2=${ARROW_WITH_BZ2:-ON} \
       -DARROW_WITH_ZSTD=${ARROW_WITH_ZSTD:-ON} \
-      -DARROW_GANDIVA=${ARROW_GANDIVA:-ON} \
       -DARROW_BUILD_BENCHMARKS=${ARROW_BUILD_BENCHMARKS:-ON} \
       -DARROW_FLIGHT=${ARROW_FLIGHT:-ON} \
       -DARROW_ORC=${ARROW_ORC:-ON} \