Skip to content

Commit 76798db

Browse files
committed
ci: Temporarily disable vita test
Blocked on bytecodealliance/rustix#1576 Signed-off-by: John Nunley <dev@notgull.net>
1 parent 0f22e55 commit 76798db

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -131,9 +131,10 @@ jobs:
131131
- name: Check haiku
132132
if: startsWith(matrix.rust, 'nightly') && startsWith(matrix.os, 'ubuntu')
133133
run: cargo check -Z build-std --target x86_64-unknown-haiku
134-
- name: Check vita
135-
if: startsWith(matrix.rust, 'nightly') && startsWith(matrix.os, 'ubuntu')
136-
run: cargo check -Z build-std --target armv7-sony-vita-newlibeabihf
134+
# TODO: Waiting on https://github.com/bytecodealliance/rustix/issues/1576
135+
# - name: Check vita
136+
# if: startsWith(matrix.rust, 'nightly') && startsWith(matrix.os, 'ubuntu')
137+
# run: cargo check -Z build-std --target armv7-sony-vita-newlibeabihf
137138
- name: Check ESP-IDF
138139
if: startsWith(matrix.rust, 'nightly') && startsWith(matrix.os, 'ubuntu')
139140
run: cargo check -Z build-std --target riscv32imc-esp-espidf

0 commit comments

Comments
 (0)