File tree Expand file tree Collapse file tree 2 files changed +4
-19
lines changed Expand file tree Collapse file tree 2 files changed +4
-19
lines changed Original file line number Diff line number Diff line change @@ -286,29 +286,14 @@ task:
286286 - name : OpenBSD x86_64
287287 env :
288288 TARGET : x86_64-unknown-openbsd
289+ - name : Linux armv7 uclibceabihf
290+ env :
291+ TARGET : armv7-unknown-linux-uclibceabihf
289292 setup_script :
290293 - rustup component add rust-src
291294 << : *BUILD
292295 before_cache_script : rm -rf $CARGO_HOME/registry/index
293296
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-
312297# Test that we can build with the lowest version of all dependencies.
313298# "cargo test" doesn't work because some of our dev-dependencies, like
314299# rand, can't build with their own minimal dependencies.
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ targets = [
2727]
2828
2929[dependencies ]
30- libc = { version = " 0.2.121 " , features = [ " extra_traits" ] }
30+ libc = { version = " 0.2.124 " , features = [ " extra_traits" ] }
3131bitflags = " 1.1"
3232cfg-if = " 1.0"
3333
You can’t perform that action at this time.
0 commit comments