We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3258cd3 commit 2a1846aCopy full SHA for 2a1846a
1 file changed
.github/workflows/main.yml
@@ -237,7 +237,8 @@ jobs:
237
- run: cargo check -Z build-std --target=x86_64-pc-nto-qnx710 --features=all-apis
238
# Temporarily disable due to build errors on nightly.
239
# - run: cargo check -Z build-std --target=armv6k-nintendo-3ds --all-features
240
- - run: cargo check -Z build-std --target=armv7-sony-vita-newlibeabihf --features=all-apis
+ # Temporarily disable due to build errors on nightly.
241
+ # - run: cargo check -Z build-std --target=armv7-sony-vita-newlibeabihf --features=all-apis
242
243
# - run: cargo check -Z build-std --target=powerpc64-ibm-aix --features=all-apis
244
- run: cargo check -Z build-std --target=mipsel-unknown-linux-gnu --features=all-apis
0 commit comments