mirror of
https://github.com/seL4/seL4.git
synced 2026-04-05 06:49:54 +00:00
Add MCS to the preprocess check
Signed-off-by: Gerwin Klein <gerwin.klein@proofcraft.systems>
This commit is contained in:
committed by
Gerwin Klein
parent
00d6f4dfb2
commit
41497c6e60
7
.github/workflows/pr.yml
vendored
7
.github/workflows/pr.yml
vendored
@@ -40,7 +40,14 @@ jobs:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
arch: [ARM, ARM_HYP, RISCV64, X64]
|
||||
feature: ["", MCS]
|
||||
exclude:
|
||||
- arch: ARM_HYP
|
||||
feature: MCS
|
||||
- arch: X64
|
||||
feature: MCS
|
||||
steps:
|
||||
- uses: seL4/ci-actions/preprocess@master
|
||||
with:
|
||||
L4V_ARCH: ${{ matrix.arch }}
|
||||
L4V_FEATURES: ${{ matrix.feature }}
|
||||
|
||||
Reference in New Issue
Block a user