Skip to content

Commit 9c7427c

Browse files
committed
CI: disable (riscv64, debug)
There are several issues with riscv64 debug: - The QEMU hang can be solved disabling `DEBUG_WW_MUTEX_SLOWPATH` / `DEBUG_LOCK_ALLOC` / `LOCKDEP`. - kallsyms needing 5 passes or oscillating between 2 sizes (#502). Needs a deeper look. For the moment, let's exclude (riscv64, debug) from the matrix to avoid holding the sync since others are waiting. Signed-off-by: Miguel Ojeda <[email protected]>
1 parent 65ba252 commit 9c7427c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ jobs:
2222
# arm 32-bit gcc not yet supported
2323
- arch: arm
2424
toolchain: gcc
25+
# riscv64 debug (see #500 and #502).
26+
- arch: riscv64
27+
config: debug
2528
# Exclude `LLVM=1` where not supported.
2629
- arch: ppc64le
2730
toolchain: llvm

0 commit comments

Comments
 (0)