From efb841865070ee5abeca55b2c53ed03cfb78a76b Mon Sep 17 00:00:00 2001 From: Axel Heider Date: Thu, 11 Jan 2024 20:59:03 +0100 Subject: [PATCH] CI: simulation and HW build with LLVM on RISCV Signed-off-by: Axel Heider --- .github/workflows/sel4test-sim.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/sel4test-sim.yml b/.github/workflows/sel4test-sim.yml index eaba34ce7..6568e3316 100644 --- a/.github/workflows/sel4test-sim.yml +++ b/.github/workflows/sel4test-sim.yml @@ -21,11 +21,6 @@ jobs: matrix: march: [armv7a, armv8a, nehalem, rv32imac, rv64imac] compiler: [gcc, clang] - exclude: - - march: rv32imac - compiler: clang - - march: rv64imac - compiler: clang steps: - uses: seL4/ci-actions/sel4test-sim@master with: