Skip to content

Commit a754c48

Browse files
authored
Temporarily disable Dragonfly in CI. (#1035)
* Temporarily disable Dragonfly in CI. Dragonfly builds are failing in CI; so temporarily disable them. * Re-disable armv6k-nintendo-3ds in CI.
1 parent 5944bde commit a754c48

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/main.yml

+4-2
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)