Commit c08feb4 1 parent 6ab67df commit c08feb4 Copy full SHA for c08feb4
File tree 1 file changed +9
-4
lines changed
1 file changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -95,11 +95,16 @@ jobs:
95
95
with :
96
96
path : rust
97
97
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
101
106
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
103
108
- name : Build
104
109
run : conda run --no-capture-output ci/scripts/integration_arrow_build.sh $PWD /build
105
110
- name : Run
You can’t perform that action at this time.
0 commit comments