Skip to content

Commit 88b1401

Browse files
committed
Exclude PPC64 from stable CI (requires nightly)
1 parent 535d289 commit 88b1401

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/main.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,11 @@ jobs:
2424
matrix:
2525
build: [ubuntu, i686-linux, aarch64-linux, riscv64-linux, ppc64le-linux]
2626
rust: [1.88, nightly-2025-10-23]
27+
exclude:
28+
# PPC64 requires nightly for asm_experimental_arch; on stable,
29+
# rustix uses libc backend which lacks the runtime module.
30+
- build: ppc64le-linux
31+
rust: 1.88
2732
include:
2833
- build: ubuntu
2934
os: ubuntu-latest

0 commit comments

Comments
 (0)