Skip to content

Commit 1334774

Browse files
authored
Disable coverage on ppc64le for now (#13181)
1 parent 29c6a4d commit 1334774

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,8 @@ jobs:
176176

177177
- {IMAGE: "ubuntu-rolling:armv7l", NOXSESSION: "tests", RUNNER: "ubuntu-24.04-arm"}
178178

179-
- {IMAGE: "ubuntu-rolling:ppc64le", NOXSESSION: "tests", RUNNER: "ubuntu-24.04-ppc64le"}
179+
# Disable coverage until coverage.py has a wheel with C ext for ppc64le
180+
- {IMAGE: "ubuntu-rolling:ppc64le", NOXSESSION: "tests-nocoverage", RUNNER: "ubuntu-24.04-ppc64le"}
180181
timeout-minutes: 15
181182
env:
182183
RUSTUP_HOME: /root/.rustup

0 commit comments

Comments
 (0)