File tree 2 files changed +4
-19
lines changed
2 files changed +4
-19
lines changed Original file line number Diff line number Diff line change @@ -286,29 +286,14 @@ task:
286
286
- name : OpenBSD x86_64
287
287
env :
288
288
TARGET : x86_64-unknown-openbsd
289
+ - name : Linux armv7 uclibceabihf
290
+ env :
291
+ TARGET : armv7-unknown-linux-uclibceabihf
289
292
setup_script :
290
293
- rustup component add rust-src
291
294
<< : *BUILD
292
295
before_cache_script : rm -rf $CARGO_HOME/registry/index
293
296
294
- # uclibc needs its own task for now, due to Rust bug 95866
295
- # https://github.com/rust-lang/rust/issues/95866
296
- task :
297
- name : Linux armv7 uclibceabihf
298
- container :
299
- image : rustlang/rust:nightly
300
- env :
301
- BUILD : check
302
- ZFLAGS : -Zbuild-std
303
- TARGET : armv7-unknown-linux-uclibceabihf
304
- TOOLCHAIN : nightly-2022-04-01
305
- setup_script :
306
- - rustup toolchain install $TOOLCHAIN --profile minimal
307
- - rustup component add --toolchain $TOOLCHAIN rust-src
308
- - rustup component add --toolchain $TOOLCHAIN clippy
309
- << : *BUILD
310
- before_cache_script : rm -rf $CARGO_HOME/registry/index
311
-
312
297
# Test that we can build with the lowest version of all dependencies.
313
298
# "cargo test" doesn't work because some of our dev-dependencies, like
314
299
# rand, can't build with their own minimal dependencies.
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ targets = [
27
27
]
28
28
29
29
[dependencies ]
30
- libc = { version = " 0.2.121 " , features = [ " extra_traits" ] }
30
+ libc = { version = " 0.2.124 " , features = [ " extra_traits" ] }
31
31
bitflags = " 1.1"
32
32
cfg-if = " 1.0"
33
33
You can’t perform that action at this time.
0 commit comments