Skip to content

Commit d7819fd

Browse files
committed
Temporarily disable armv7-sony-vita-newlibeabihf in CI, as it gets build errors.
1 parent 1532193 commit d7819fd

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
@@ -226,7 +226,8 @@ jobs:
226226
- run: cargo check -Z build-std --target=aarch64-unknown-nto-qnx710 --features=all-apis
227227
- run: cargo check -Z build-std --target=x86_64-pc-nto-qnx710 --features=all-apis
228228
- 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
230231
- run: cargo check -Z build-std --target=powerpc64-ibm-aix --features=all-apis
231232
- run: cargo check -Z build-std --target=mipsel-unknown-linux-gnu --features=all-apis
232233
- run: cargo check -Z build-std --target=mips64el-unknown-linux-gnuabi64 --features=all-apis

0 commit comments

Comments
 (0)