You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by ki...@apache.org on 2023/01/09 09:02:01 UTC

[arrow] branch ARROW-17715a created (now 0f753003a1)

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

kiszk pushed a change to branch ARROW-17715a
in repository https://gitbox.apache.org/repos/asf/arrow.git


      at 0f753003a1 disable to build COMPUTE and GANDIVA

This branch includes the following new commits:

     new 0f753003a1 disable to build COMPUTE and GANDIVA

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[arrow] 01/01: disable to build COMPUTE and GANDIVA

Posted by ki...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

kiszk pushed a commit to branch ARROW-17715a
in repository https://gitbox.apache.org/repos/asf/arrow.git

commit 0f753003a1557c4e554ea879464ca001888e5c2f
Author: Kazuaki Ishizaki <is...@jp.ibm.com>
AuthorDate: Mon Jan 9 04:01:38 2023 -0500

    disable to build COMPUTE and GANDIVA
    
    reduce parallelism to 1
---
 .travis.yml | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index a96e07f0c4..b508d60609 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -93,14 +93,16 @@ jobs:
         # aws-sdk-cpp.
         DOCKER_RUN_ARGS: >-
           "
+          -e ARROW_COMPUTE=OFF
           -e ARROW_FLIGHT=ON
+          -e ARROW_GANDIVA=OFF
           -e ARROW_GCS=OFF
           -e ARROW_MIMALLOC=OFF
           -e ARROW_ORC=OFF
           -e ARROW_PARQUET=OFF
           -e ARROW_S3=OFF
           -e ARROW_SUBSTRAIT=OFF
-          -e CMAKE_BUILD_PARALLEL_LEVEL=2
+          -e CMAKE_BUILD_PARALLEL_LEVEL=1
           -e CMAKE_UNITY_BUILD=ON
           -e PARQUET_BUILD_EXAMPLES=OFF
           -e PARQUET_BUILD_EXECUTABLES=OFF
@@ -144,14 +146,16 @@ jobs:
         # aws-sdk-cpp.
         DOCKER_RUN_ARGS: >-
           "
+          -e ARROW_COMPUTE=OFF
           -e ARROW_FLIGHT=ON
+          -e ARROW_GANDIVA=OFF
           -e ARROW_GCS=OFF
           -e ARROW_MIMALLOC=OFF
           -e ARROW_ORC=OFF
           -e ARROW_PARQUET=OFF
           -e ARROW_PYTHON=ON
           -e ARROW_S3=OFF
-          -e CMAKE_BUILD_PARALLEL_LEVEL=2
+          -e CMAKE_BUILD_PARALLEL_LEVEL=1
           -e CMAKE_UNITY_BUILD=ON
           -e PARQUET_BUILD_EXAMPLES=OFF
           -e PARQUET_BUILD_EXECUTABLES=OFF