Skip to content

Commit 5944bde

Browse files
authored
Fix compilation errors on armv6k-nintendo-3ds. (#1027)
1 parent 3fb1d16 commit 5944bde

File tree

7 files changed

+65
-6
lines changed

7 files changed

+65
-6
lines changed

.github/workflows/main.yml

+2
Original file line numberDiff line numberDiff line change
@@ -222,6 +222,8 @@ jobs:
222222
#- run: cargo check -Z build-std --target=riscv32imc-esp-espidf --features=all-apis
223223
- run: cargo check -Z build-std --target=aarch64-unknown-nto-qnx710 --features=all-apis
224224
- run: cargo check -Z build-std --target=x86_64-pc-nto-qnx710 --features=all-apis
225+
# Temporarily disable --features=all-apis, which doesn't build yet.
226+
- run: cargo check -Z build-std --target=armv6k-nintendo-3ds
225227
# Temporarily disable armv7-sony-vita-newlibeabihf due to std using SOMAXCONN.
226228
#- run: cargo check -Z build-std --target=armv7-sony-vita-newlibeabihf --features=all-apis
227229
# `std` doesn't appear to build on AIX yet, so test in `no_std` mode.

0 commit comments

Comments
 (0)