Skip to content

Commit

Permalink
sel4test: re-enable riscv+clang
Browse files Browse the repository at this point in the history
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 4409183.

Signed-off-by: Gerwin Klein <[email protected]>
  • Loading branch information
lsf37 committed Oct 12, 2024
1 parent 153560c commit da7b1ae
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
6 changes: 0 additions & 6 deletions sel4test-hw/builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 0 additions & 2 deletions sel4test-sim/builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit da7b1ae

Please sign in to comment.