Skip to content

Commit e28d5f9

Browse files
authored
Try #1699:
2 parents db41e0b + c5927f3 commit e28d5f9

File tree

2 files changed

+4
-19
lines changed

2 files changed

+4
-19
lines changed

.cirrus.yml

Lines changed: 3 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -288,29 +288,14 @@ task:
288288
- name: OpenBSD x86_64
289289
env:
290290
TARGET: x86_64-unknown-openbsd
291+
- name: Linux armv7 uclibceabihf
292+
env:
293+
TARGET: armv7-unknown-linux-uclibceabihf
291294
setup_script:
292295
- rustup component add rust-src
293296
<< : *BUILD
294297
before_cache_script: rm -rf $CARGO_HOME/registry/index
295298

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-
314299
# Test that we can build with the lowest version of all dependencies.
315300
# "cargo test" doesn't work because some of our dev-dependencies, like
316301
# rand, can't build with their own minimal dependencies.

Cargo.toml

Lines changed: 1 addition & 1 deletion
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)