Skip to content

Commit

Permalink
sel4test: temporarily remove riscv/clang
Browse files Browse the repository at this point in the history
remove riscv/clang until it works with clang-12

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

0 comments on commit 4409183

Please sign in to comment.