Skip to content

Commit 0a15687

Browse files
committed
Disable ppc test
1 parent 1cb74e3 commit 0a15687

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,8 @@ jobs:
194194
- mips-unknown-linux-gnu
195195
- mips64-unknown-linux-gnuabi64
196196
- riscv64gc-unknown-linux-gnu
197-
- powerpc-unknown-linux-gnu
197+
# TODO this test works, but it appears to time out
198+
# - powerpc-unknown-linux-gnu
198199
# TODO this test is broken, but it appears to be a problem with QEMU, not us.
199200
# - powerpc64le-unknown-linux-gnu
200201
# TODO enable this once a new version of cross is released

0 commit comments

Comments
 (0)