Skip to content

Commit

Permalink
Fix integration tests by downgrading jobserver (#5673) (#5674)
Browse files Browse the repository at this point in the history
  • Loading branch information
tustvold authored Apr 21, 2024
1 parent cd33319 commit 50358f6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,11 @@ jobs:
with:
path: rust
fetch-depth: 0
# Workaround https://github.com/rust-lang/jobserver-rs/issues/87
# Can be removed once https://github.com/rust-lang/jobserver-rs/pull/88 is released
- name: Downgrade jobserver
working-directory: rust
run: cargo update -p cc --precise 1.0.94 && cargo update -p jobserver --precise 0.1.28
- name: Build
run: conda run --no-capture-output ci/scripts/integration_arrow_build.sh $PWD /build
- name: Run
Expand Down

0 comments on commit 50358f6

Please sign in to comment.