Skip to content

Commit c08feb4

Browse files
authored
Downgrade to Rust 1.77 in integration pipeline to fix CI (#5719) (#5761)
* Downgrade to Rust 1.77 in integration pipeline (#5719) * Checkout nanoarrow
1 parent 6ab67df commit c08feb4

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

.github/workflows/integration.yml

+9-4
Original file line numberDiff line numberDiff line change
@@ -95,11 +95,16 @@ jobs:
9595
with:
9696
path: rust
9797
fetch-depth: 0
98-
# Workaround https://github.com/rust-lang/jobserver-rs/issues/87
99-
# Can be removed once https://github.com/rust-lang/jobserver-rs/pull/88 is released
100-
- name: Downgrade jobserver
98+
- name: Checkout Arrow nanoarrow
99+
uses: actions/checkout@v4
100+
with:
101+
repository: apache/arrow-nanoarrow
102+
path: nanoarrow
103+
fetch-depth: 0
104+
# Workaround https://github.com/rust-lang/rust/issues/125067
105+
- name: Downgrade rust
101106
working-directory: rust
102-
run: cargo update -p cc --precise 1.0.94 && cargo update -p jobserver --precise 0.1.28
107+
run: rustup override set 1.77
103108
- name: Build
104109
run: conda run --no-capture-output ci/scripts/integration_arrow_build.sh $PWD /build
105110
- name: Run

0 commit comments

Comments
 (0)