Skip to content

Commit 50358f6

Browse files
authored
Fix integration tests by downgrading jobserver (#5673) (#5674)
1 parent cd33319 commit 50358f6

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/integration.yml

+5
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,11 @@ 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
101+
working-directory: rust
102+
run: cargo update -p cc --precise 1.0.94 && cargo update -p jobserver --precise 0.1.28
98103
- name: Build
99104
run: conda run --no-capture-output ci/scripts/integration_arrow_build.sh $PWD /build
100105
- name: Run

0 commit comments

Comments
 (0)