From 387f539cf709cf9ef50e1b945411032c6530a0f4 Mon Sep 17 00:00:00 2001 From: Jonathan Keane Date: Fri, 21 Jun 2024 13:15:58 -0500 Subject: [PATCH] forbid binary downloading on valgrind --- docker-compose.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/docker-compose.yml b/docker-compose.yml index 533a656660f..a2a2b41c874 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 "