This is an automated email from the ASF dual-hosted git repository.
tustvold pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow-rs.git
The following commit(s) were added to refs/heads/master by this push:
new 50358f6ccbb Fix integration tests by downgrading jobserver (#5673)
(#5674)
50358f6ccbb is described below
commit 50358f6ccbb7b547f3a01627b42c1fad8cfd935e
Author: Raphael Taylor-Davies <[email protected]>
AuthorDate: Sun Apr 21 15:52:31 2024 +0100
Fix integration tests by downgrading jobserver (#5673) (#5674)
---
.github/workflows/integration.yml | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/.github/workflows/integration.yml
b/.github/workflows/integration.yml
index 193f30d8588..1ce2c130144 100644
--- a/.github/workflows/integration.yml
+++ b/.github/workflows/integration.yml
@@ -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