File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -208,7 +208,8 @@ jobs:
208208 - run : rustup component add rust-src
209209 - run : cargo check -Z build-std --target x86_64-unknown-openbsd --all-targets --features=all-apis
210210 - 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
212213 - run : cargo check -Z build-std --target sparc-unknown-linux-gnu --all-targets --features=all-apis
213214 # Temporarily disable this because the target appears to have changed and needs
214215 # fixes and we transitively dev-depend on what can be an older version of rustix.
@@ -223,7 +224,8 @@ jobs:
223224 - run : cargo check -Z build-std --target=aarch64-unknown-nto-qnx710 --features=all-apis
224225 - run : cargo check -Z build-std --target=x86_64-pc-nto-qnx710 --features=all-apis
225226 # 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
227229 # Temporarily disable armv7-sony-vita-newlibeabihf due to std using SOMAXCONN.
228230 # - run: cargo check -Z build-std --target=armv7-sony-vita-newlibeabihf --features=all-apis
229231 # `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