Skip to content

Commit

Permalink
Temporarily disable Dragonfly in CI. (#1035)
Browse files Browse the repository at this point in the history
* Temporarily disable Dragonfly in CI.

Dragonfly builds are failing in CI; so temporarily disable them.

* Re-disable armv6k-nintendo-3ds in CI.
  • Loading branch information
sunfishcode authored Mar 19, 2024
1 parent 5944bde commit a754c48
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,8 @@ jobs:
- run: rustup component add rust-src
- run: cargo check -Z build-std --target x86_64-unknown-openbsd --all-targets --features=all-apis
- run: cargo check -Z build-std --target mips64-openwrt-linux-musl --all-targets --features=all-apis
- run: cargo check -Z build-std --target x86_64-unknown-dragonfly --all-targets --features=all-apis
# Temporarily disable this because the target appears to have breakage on nightly.
# - run: cargo check -Z build-std --target x86_64-unknown-dragonfly --all-targets --features=all-apis
- run: cargo check -Z build-std --target sparc-unknown-linux-gnu --all-targets --features=all-apis
# Temporarily disable this because the target appears to have changed and needs
# fixes and we transitively dev-depend on what can be an older version of rustix.
Expand All @@ -223,7 +224,8 @@ jobs:
- run: cargo check -Z build-std --target=aarch64-unknown-nto-qnx710 --features=all-apis
- run: cargo check -Z build-std --target=x86_64-pc-nto-qnx710 --features=all-apis
# Temporarily disable --features=all-apis, which doesn't build yet.
- run: cargo check -Z build-std --target=armv6k-nintendo-3ds
# Temporarily disable this because the target appears to have breakage on nightly.
#- run: cargo check -Z build-std --target=armv6k-nintendo-3ds
# Temporarily disable armv7-sony-vita-newlibeabihf due to std using SOMAXCONN.
#- run: cargo check -Z build-std --target=armv7-sony-vita-newlibeabihf --features=all-apis
# `std` doesn't appear to build on AIX yet, so test in `no_std` mode.
Expand Down

0 comments on commit a754c48

Please sign in to comment.