File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -226,7 +226,8 @@ jobs:
226
226
- run : cargo check -Z build-std --target=aarch64-unknown-nto-qnx710 --features=all-apis
227
227
- run : cargo check -Z build-std --target=x86_64-pc-nto-qnx710 --features=all-apis
228
228
- run : cargo check -Z build-std --target=armv6k-nintendo-3ds --all-features
229
- - run : cargo check -Z build-std --target=armv7-sony-vita-newlibeabihf --features=all-apis
229
+ # Temporarily disable armv7-sony-vita-newlibeabihf, as it gets build errors.
230
+ # - run: cargo check -Z build-std --target=armv7-sony-vita-newlibeabihf --features=all-apis
230
231
- run : cargo check -Z build-std --target=powerpc64-ibm-aix --features=all-apis
231
232
- run : cargo check -Z build-std --target=mipsel-unknown-linux-gnu --features=all-apis
232
233
- run : cargo check -Z build-std --target=mips64el-unknown-linux-gnuabi64 --features=all-apis
You can’t perform that action at this time.
0 commit comments