Skip to content

Commit b957769

Browse files
authored
GH-45787: [Integration][CI] Remove pin for Rust 1.77 on conda integration tests (#45790)
### Rationale for this change Our integration jobs are failing due to an old version of rustc being used. ### What changes are included in this PR? Remove current pin for rust to 1.77 ### Are these changes tested? The currently failing CI job is now successful ### Are there any user-facing changes? This image might be used on other repositories (nanoarrow, arrow-rust, arrow-go, arrow-java, ...). It might also affect those? * GitHub Issue: #45787 Authored-by: Raúl Cumplido <[email protected]> Signed-off-by: Sutou Kouhei <[email protected]>
1 parent 69682cd commit b957769

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

ci/docker/conda-integration.dockerfile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,7 @@ RUN mamba install -q -y \
4444

4545
# Install Rust with only the needed components
4646
# (rustfmt is needed for tonic-build to compile the protobuf definitions)
47-
# GH-41637: Version pinned at 1.77 because the glibc for conda-cpp is currently too old
4847
RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- --profile=minimal -y && \
49-
$HOME/.cargo/bin/rustup override set 1.77 && \
50-
$HOME/.cargo/bin/rustup toolchain install 1.77 && \
5148
$HOME/.cargo/bin/rustup component add rustfmt
5249

5350
ENV GOROOT=/opt/go \

0 commit comments

Comments
 (0)