Skip to content

Commit

Permalink
matrix: temporarily remove riscv/clang
Browse files Browse the repository at this point in the history
Temporarily remove riscv/clang until clang-12 works.

Signed-off-by: Gerwin Klein <[email protected]>
  • Loading branch information
lsf37 committed Oct 12, 2024
1 parent 153560c commit 0305775
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion sel4test-hw/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,8 @@ def run_for_plat(plat: Platform) -> List[dict]:
if plat.arch == 'riscv':
return [
{"platform": plat.name, "march": plat.march, "compiler": "gcc"},
{"platform": plat.name, "march": plat.march, "compiler": "clang"},
# temporarily remove riscv/clang until clang-12 works:
# {"platform": plat.name, "march": plat.march, "compiler": "clang"},
]

# separate runs for each compiler + mode on x86, because we have more machines available
Expand Down

0 comments on commit 0305775

Please sign in to comment.