diff --git a/sel4test-hw/builds.yml b/sel4test-hw/builds.yml index 41e57fdb..1acac464 100644 --- a/sel4test-hw/builds.yml +++ b/sel4test-hw/builds.yml @@ -17,9 +17,3 @@ 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 01936883..762a7a6d 100644 --- a/sel4test-sim/builds.yml +++ b/sel4test-sim/builds.yml @@ -48,8 +48,6 @@ 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