Add MCS to the preprocess check

Signed-off-by: Gerwin Klein <gerwin.klein@proofcraft.systems>
This commit is contained in:
Gerwin Klein
2021-05-04 16:23:50 +10:00
committed by Gerwin Klein
parent 00d6f4dfb2
commit 41497c6e60

View File

@@ -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 }}