From 03057754e0a2a05f7b75c7b431127741f1f3c18a Mon Sep 17 00:00:00 2001 From: Gerwin Klein Date: Sat, 12 Oct 2024 15:02:06 +1100 Subject: [PATCH] matrix: temporarily remove riscv/clang Temporarily remove riscv/clang until clang-12 works. Signed-off-by: Gerwin Klein --- sel4test-hw/build.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sel4test-hw/build.py b/sel4test-hw/build.py index 9e1a60eb..270e3da2 100644 --- a/sel4test-hw/build.py +++ b/sel4test-hw/build.py @@ -123,7 +123,8 @@ def run_for_plat(plat: Platform) -> List[dict]: if plat.arch == 'riscv': return [ {"platform": plat.name, "march": plat.march, "compiler": "gcc"}, - {"platform": plat.name, "march": plat.march, "compiler": "clang"}, + # temporarily remove riscv/clang until clang-12 works: + # {"platform": plat.name, "march": plat.march, "compiler": "clang"}, ] # separate runs for each compiler + mode on x86, because we have more machines available