Skip to content

Commit 94c5c3b

Browse files
CI: re-add RISCV64, then exclude it
Signed-Off-By: Michael Cobb <michael.cobb@thecapablehub.org>
1 parent 97ed76b commit 94c5c3b

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/compilation-checks.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,10 @@ jobs:
3030
matrix:
3131
# RISCV32 and IA32 are left out, as they have no verified config
3232
#arch: [ARM, ARM_HYP, AARCH64, RISCV64, X64]
33-
arch: [ ]
33+
arch: [ RISCV64 ]
3434
compiler: [gcc, llvm]
35+
exclude:
36+
arch: RISCV64
3537
include:
3638
- arch: RISCV64_CHERI
3739
compiler: llvm

0 commit comments

Comments
 (0)