Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions ci/docker/integration.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down