Skip to content

Commit

Permalink
CI: disable (riscv64, debug)
Browse files Browse the repository at this point in the history
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 (torvalds#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]>
  • Loading branch information
ojeda committed Sep 30, 2021
1 parent 65ba252 commit 9c7427c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ jobs:
# arm 32-bit gcc not yet supported
- arch: arm
toolchain: gcc
# riscv64 debug (see #500 and #502).
- arch: riscv64
config: debug
# Exclude `LLVM=1` where not supported.
- arch: ppc64le
toolchain: llvm
Expand Down

0 comments on commit 9c7427c

Please sign in to comment.