File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments