Skip to content

Commit

Permalink
ci(build/riscv): add matrix for IPIC options on qemu
Browse files Browse the repository at this point in the history
Signed-off-by: Jose Martins <josemartins90@gmail.com>
  • Loading branch information
josecm committed Nov 21, 2023
1 parent ff8f1de commit bff11a9
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/build-riscv.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,13 @@ jobs:
"PLIC",
"APLIC",
]
ipic: [
"IPIC_SBI",
"IPIC_ACLINT",
]
steps:
- uses: actions/checkout@v4
with:
submodules: recursive
- run: make PLATFORM=${{ matrix.platform }} IRQC=${{ matrix.irqc }} CONFIG=null
- run: make PLATFORM=${{ matrix.platform }} IRQC=${{ matrix.irqc }} \
IPIC=${{ matrix.ipic }} CONFIG=null

0 comments on commit bff11a9

Please sign in to comment.