Skip to content

Commit

Permalink
Fix compilation errors on armv6k-nintendo-3ds.
Browse files Browse the repository at this point in the history
  • Loading branch information
sunfishcode committed Feb 29, 2024
1 parent 557c6ae commit 2394b60
Show file tree
Hide file tree
Showing 7 changed files with 64 additions and 6 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,7 @@ 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
- run: cargo check -Z build-std --target=armv6k-nintendo-3ds --features=all-apis
# 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
Loading

0 comments on commit 2394b60

Please sign in to comment.