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 @@ -288,29 +288,14 @@ task:
288
288
- name : OpenBSD x86_64
289
289
env :
290
290
TARGET : x86_64-unknown-openbsd
291
+ - name : Linux armv7 uclibceabihf
292
+ env :
293
+ TARGET : armv7-unknown-linux-uclibceabihf
291
294
setup_script :
292
295
- rustup component add rust-src
293
296
<< : *BUILD
294
297
before_cache_script : rm -rf $CARGO_HOME/registry/index
295
298
296
- # uclibc needs its own task for now, due to Rust bug 95866
297
- # https://github.com/rust-lang/rust/issues/95866
298
- task :
299
- name : Linux armv7 uclibceabihf
300
- container :
301
- image : rustlang/rust:nightly
302
- env :
303
- BUILD : check
304
- ZFLAGS : -Zbuild-std
305
- TARGET : armv7-unknown-linux-uclibceabihf
306
- TOOLCHAIN : nightly-2022-04-01
307
- setup_script :
308
- - rustup toolchain install $TOOLCHAIN --profile minimal
309
- - rustup component add --toolchain $TOOLCHAIN rust-src
310
- - rustup component add --toolchain $TOOLCHAIN clippy
311
- << : *BUILD
312
- before_cache_script : rm -rf $CARGO_HOME/registry/index
313
-
314
299
# Test that we can build with the lowest version of all dependencies.
315
300
# "cargo test" doesn't work because some of our dev-dependencies, like
316
301
# 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