Skip to content

Commit 68d0470

Browse files
authored
Try #1699:
2 parents 2854888 + c5927f3 commit 68d0470

File tree

2 files changed

+4
-19
lines changed

2 files changed

+4
-19
lines changed

.cirrus.yml

+3-18
Original file line numberDiff line numberDiff 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.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff 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" ] }
3131
bitflags = "1.1"
3232
cfg-if = "1.0"
3333

0 commit comments

Comments
 (0)