File tree 1 file changed +4
-2
lines changed
1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -208,7 +208,8 @@ jobs:
208
208
- run : rustup component add rust-src
209
209
- run : cargo check -Z build-std --target x86_64-unknown-openbsd --all-targets --features=all-apis
210
210
- run : cargo check -Z build-std --target mips64-openwrt-linux-musl --all-targets --features=all-apis
211
- - run : cargo check -Z build-std --target x86_64-unknown-dragonfly --all-targets --features=all-apis
211
+ # Temporarily disable this because the target appears to have breakage on nightly.
212
+ # - run: cargo check -Z build-std --target x86_64-unknown-dragonfly --all-targets --features=all-apis
212
213
- run : cargo check -Z build-std --target sparc-unknown-linux-gnu --all-targets --features=all-apis
213
214
# Temporarily disable this because the target appears to have changed and needs
214
215
# fixes and we transitively dev-depend on what can be an older version of rustix.
@@ -223,7 +224,8 @@ jobs:
223
224
- run : cargo check -Z build-std --target=aarch64-unknown-nto-qnx710 --features=all-apis
224
225
- run : cargo check -Z build-std --target=x86_64-pc-nto-qnx710 --features=all-apis
225
226
# Temporarily disable --features=all-apis, which doesn't build yet.
226
- - run : cargo check -Z build-std --target=armv6k-nintendo-3ds
227
+ # Temporarily disable this because the target appears to have breakage on nightly.
228
+ # - run: cargo check -Z build-std --target=armv6k-nintendo-3ds
227
229
# Temporarily disable armv7-sony-vita-newlibeabihf due to std using SOMAXCONN.
228
230
# - run: cargo check -Z build-std --target=armv7-sony-vita-newlibeabihf --features=all-apis
229
231
# `std` doesn't appear to build on AIX yet, so test in `no_std` mode.
You can’t perform that action at this time.
0 commit comments