You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by ko...@apache.org on 2023/06/26 21:36:28 UTC

[arrow] branch main updated: MINOR: [CI] Disable UCX for now (#36306)

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

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


The following commit(s) were added to refs/heads/main by this push:
     new 704ad2e58f MINOR: [CI] Disable UCX for now (#36306)
704ad2e58f is described below

commit 704ad2e58fd69297098bce51702e1ebcecdfbc9f
Author: David Li <li...@gmail.com>
AuthorDate: Mon Jun 26 17:36:21 2023 -0400

    MINOR: [CI] Disable UCX for now (#36306)
    
    
    
    ### Rationale for this change
    
    Tests are flaky, I don't have the time to fix them (I attempted a fix but it seems I need to refactor some more fundamental things: https://github.com/apache/arrow/pull/35796).
    
    ### What changes are included in this PR?
    
    Disable UCX build
    
    ### Are these changes tested?
    
    Yes
    
    ### Are there any user-facing changes?
    
    No
    
    Authored-by: David Li <li...@gmail.com>
    Signed-off-by: Sutou Kouhei <ko...@clear-code.com>
---
 ci/docker/conda-cpp.dockerfile | 1 -
 1 file changed, 1 deletion(-)

diff --git a/ci/docker/conda-cpp.dockerfile b/ci/docker/conda-cpp.dockerfile
index 5ad8d1d6b6..2997983ca3 100644
--- a/ci/docker/conda-cpp.dockerfile
+++ b/ci/docker/conda-cpp.dockerfile
@@ -68,7 +68,6 @@ ENV ARROW_ACERO=ON \
     # Blocked on https://issues.apache.org/jira/browse/ARROW-15066
     ARROW_WITH_OPENTELEMETRY=OFF \
     ARROW_WITH_SNAPPY=ON \
-    ARROW_WITH_UCX=ON \
     ARROW_WITH_ZLIB=ON \
     ARROW_WITH_ZSTD=ON \
     GTest_SOURCE=BUNDLED \