Skip to content

Commit eb7045b

Browse files
committed
Temporarily disable powerpc-unknown-linux-gnu tests
As mentioned in [1], this test has started to fail for unclear reasons. Disable this until it can be investigated further. [1]: #4254 (comment)
1 parent f691a1a commit eb7045b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yaml

+3-1
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,9 @@ jobs:
135135
- i686-unknown-linux-musl
136136
- loongarch64-unknown-linux-gnu
137137
- loongarch64-unknown-linux-musl
138-
- powerpc-unknown-linux-gnu
138+
# FIXME(ppc): SIGILL running tests, see
139+
# https://github.com/rust-lang/libc/pull/4254#issuecomment-2636288713
140+
# - powerpc-unknown-linux-gnu
139141
- powerpc64-unknown-linux-gnu
140142
- powerpc64le-unknown-linux-gnu
141143
- riscv64gc-unknown-linux-gnu

0 commit comments

Comments
 (0)