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 d9f6e0eed8 GH-36556: [CI][C++] Enable S3 in Valgrind build (#36579)
d9f6e0eed8 is described below

commit d9f6e0eed8531f509c47d3ecb5f0b8a10dcd8608
Author: Antoine Pitrou <[email protected]>
AuthorDate: Sun Jul 9 22:52:20 2023 +0200

    GH-36556: [CI][C++] Enable S3 in Valgrind build (#36579)
    
    
    
    * Closes: #36556
    
    Authored-by: Antoine Pitrou <[email protected]>
    Signed-off-by: Sutou Kouhei <[email protected]>
---
 docker-compose.yml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/docker-compose.yml b/docker-compose.yml
index 5a1a79dc3e..0b0d0e57b3 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -323,7 +323,6 @@ services:
       ARROW_GANDIVA: "OFF"
       ARROW_JEMALLOC: "OFF"
       ARROW_RUNTIME_SIMD_LEVEL: "AVX2"  # AVX512 not supported by Valgrind 
(ARROW-9851)
-      ARROW_S3: "OFF"
       ARROW_TEST_MEMCHECK: "ON"
       ARROW_USE_LD_GOLD: "ON"
       BUILD_WARNING_LEVEL: "PRODUCTION"

Reply via email to