Skip to content

Commit

Permalink
Fix compilation errors on armv6k-nintendo-3ds. (#1027)
Browse files Browse the repository at this point in the history
  • Loading branch information
sunfishcode committed Mar 19, 2024
1 parent 3fb1d16 commit 5944bde
Show file tree
Hide file tree
Showing 7 changed files with 65 additions and 6 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,8 @@ jobs:
#- run: cargo check -Z build-std --target=riscv32imc-esp-espidf --features=all-apis
- 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 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 5944bde

Please sign in to comment.