From 89b26437b664f5dbc6419e3f36f89fa1bd03b98b Mon Sep 17 00:00:00 2001 From: Gerwin Klein Date: Sat, 12 Oct 2024 13:06:53 +1100 Subject: [PATCH] sel4test: temporarily remove riscv/clang remove riscv/clang until it works with clang-12 Signed-off-by: Gerwin Klein --- sel4test-hw/builds.yml | 6 ++++++ sel4test-sim/builds.yml | 2 ++ 2 files changed, 8 insertions(+) diff --git a/sel4test-hw/builds.yml b/sel4test-hw/builds.yml index 1acac464..41e57fdb 100644 --- a/sel4test-hw/builds.yml +++ b/sel4test-hw/builds.yml @@ -17,3 +17,9 @@ variants: # domains: ['', DOM] compiler: [gcc, clang] mode: [32, 64] + +build-filter: + - arch: [arm, x86] + - arch: [riscv] + # remove riscv clang for now, until muslibc is working with clang-12 + compiler: gcc diff --git a/sel4test-sim/builds.yml b/sel4test-sim/builds.yml index 762a7a6d..01936883 100644 --- a/sel4test-sim/builds.yml +++ b/sel4test-sim/builds.yml @@ -48,6 +48,8 @@ build-filter: arch: [riscv] # Bamboo has no "release" simulation for RISCV, and it doesn't seem to work either: debug: [debug] + # remove riscv clang for now, until muslibc is working with clang-12 + compiler: gcc # A build-filter is a list of dicts. A build passes the filter if it passes any