Skip to content

Commit 823b9e4

Browse files
authored
Temporarily disable builds on armv6k-nintendo-3ds due to errors on nightly. (#1546)
1 parent 82c6ebb commit 823b9e4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,8 @@ jobs:
235235
- run: cargo check -Z build-std --target=riscv32imc-esp-espidf --features=all-apis
236236
- run: cargo check -Z build-std --target=aarch64-unknown-nto-qnx710 --features=all-apis
237237
- run: cargo check -Z build-std --target=x86_64-pc-nto-qnx710 --features=all-apis
238-
- run: cargo check -Z build-std --target=armv6k-nintendo-3ds --all-features
238+
# Temporarily disable due to build errors on nightly.
239+
# - run: cargo check -Z build-std --target=armv6k-nintendo-3ds --all-features
239240
- run: cargo check -Z build-std --target=armv7-sony-vita-newlibeabihf --features=all-apis
240241
# Temporarily disable due to build errors on nightly.
241242
# - run: cargo check -Z build-std --target=powerpc64-ibm-aix --features=all-apis

0 commit comments

Comments
 (0)