From 32d74e6c63f74d79ffbb991c7acfaf1481763f48 Mon Sep 17 00:00:00 2001 From: Dewey Dunnington Date: Thu, 20 Mar 2025 10:28:40 -0500 Subject: [PATCH] remove version pin --- ci/docker/integration.dockerfile | 4 ---- 1 file changed, 4 deletions(-) diff --git a/ci/docker/integration.dockerfile b/ci/docker/integration.dockerfile index ac7c77164..9fefabd1b 100644 --- a/ci/docker/integration.dockerfile +++ b/ci/docker/integration.dockerfile @@ -47,10 +47,6 @@ RUN git clone https://github.com/apache/arrow.git /arrow-integration --recurse-s # Clone the arrow-rs repo RUN git clone https://github.com/apache/arrow-rs /arrow-integration/rust -# Workaround: stable rust is not compatible with glibc provided by the -# provided arrow docker image https://github.com/apache/arrow/issues/41637 -RUN cd /arrow-integration/rust && rustup override set 1.77 - # Build all the integrations except nanoarrow (since we'll do that ourselves on each run) RUN ARCHERY_INTEGRATION_WITH_NANOARROW="0" \ conda run --no-capture-output \