From da7b1aed2ac19d9cd72fcc2a48a251fcfd4d9b3a Mon Sep 17 00:00:00 2001 From: Gerwin Klein Date: Sat, 12 Oct 2024 17:47:28 +1100 Subject: [PATCH] sel4test: re-enable riscv+clang The clang-12 experiment did not work out, and the base images are back on clang-11 which does support our riscv builds. This reverts commit 44091837d5d02c6c275c9c3348474991360e93b6. Signed-off-by: Gerwin Klein --- sel4test-hw/builds.yml | 6 ------ sel4test-sim/builds.yml | 2 -- 2 files changed, 8 deletions(-) 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