Skip to content

Commit a86e99d

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) (backport <#4254>) (cherry picked from commit eb7045b)
1 parent 0903d36 commit a86e99d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yaml

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

0 commit comments

Comments
 (0)