Skip to content

Commit 4ee7821

Browse files
authored
ci: Disable broken arches in build matrix temporarily
m68k and hexagon can't compile sdxi/enqueue.c. Disable them until this is fixed.
1 parent 2a4ad4b commit 4ee7821

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

.github/workflows/check.yml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
fail-fast: false
1313
matrix:
14-
arch: [arm64, m68k, riscv, s390, x86_64]
14+
arch: [arm64, riscv, s390, x86_64]
1515
cc: [clang, gcc]
1616
include:
1717
- kunit: --kunit # Run unit tests by default.
@@ -20,19 +20,11 @@ jobs:
2020
sparse: off # Running sparse with clang is redundant.
2121
- arch: arm64
2222
sparse: warn # vgetrandom lacks prototype
23-
- arch: m68k
24-
sparse: warn
2523
- arch: riscv
2624
sparse: off # "invalid argument to '-march' ... " messages
2725
- arch: s390
2826
sparse: warn
29-
- arch: hexagon # Special case for hexagon.
30-
kunit: --no-kunit # No qemu available.
31-
sparse: warn
32-
cc: clang
3327
exclude:
34-
- arch: m68k
35-
cc: clang
3628
- arch: s390
3729
cc: clang
3830
steps:

0 commit comments

Comments
 (0)