From e562098d45ecfc72d70689e8e88eb89f1be05d82 Mon Sep 17 00:00:00 2001 From: Antoine Pitrou Date: Mon, 7 Feb 2022 14:05:46 +0100 Subject: [PATCH] MINOR: [CI][Python] Disable OpenTelemetry in the ubuntu-python-sdist-test build --- docker-compose.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docker-compose.yml b/docker-compose.yml index 6b8db1eaf22..9924bac186c 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -773,6 +773,8 @@ services: shm_size: *shm-size environment: <<: *ccache + # Bundled build of OpenTelemetry needs a git client + ARROW_WITH_OPENTELEMETRY: "OFF" PYARROW_VERSION: ${PYARROW_VERSION:-} volumes: *ubuntu-volumes command: >