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

jonkeane 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 26724ab787 GH-42234: [CI][R] Disable libarrow binary use on valgrind 
tests  (#42249)
26724ab787 is described below

commit 26724ab787d12854f109d01571638b099f2bc8a5
Author: Jonathan Keane <[email protected]>
AuthorDate: Sat Jun 22 09:12:31 2024 -0500

    GH-42234: [CI][R] Disable libarrow binary use on valgrind tests  (#42249)
    
    Which is making the tests fail. Resolves #42234
    
    * GitHub Issue: #42234
    
    Authored-by: Jonathan Keane <[email protected]>
    Signed-off-by: Jonathan Keane <[email protected]>
---
 docker-compose.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/docker-compose.yml b/docker-compose.yml
index 533a656660..a2a2b41c87 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -1565,6 +1565,7 @@ services:
       # so some build might pass without this setting, but we want to ensure 
that we stay to AVX2 regardless of runner.
       EXTRA_CMAKE_FLAGS: "-DARROW_RUNTIME_SIMD_LEVEL=AVX2"
       ARROW_SOURCE_HOME: "/arrow"
+      LIBARROW_DOWNLOAD: "false"
     volumes: *ubuntu-volumes
     command: >
       /bin/bash -c "

Reply via email to