Skip to content

Commit

Permalink
sel4bench: remove quartz64 build from sel4bench
Browse files Browse the repository at this point in the history
This is temporary until seL4/sel4bench#32 is fixed.

Signed-off-by: Gerwin Klein <[email protected]>
  • Loading branch information
lsf37 committed Dec 13, 2022
1 parent d75d8ba commit 91e1bd1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions sel4bench/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,10 @@ def build_filter(build: Build) -> bool:
if plat.no_hw_build:
return False

# temporarily remove QUARTZ64 until build failure is resolved
if build.platform.name == 'QUARTZ64':
return False

# sel4bench not yet set up for MCS+SMP
if build.is_mcs() and build.is_smp():
return False
Expand Down

0 comments on commit 91e1bd1

Please sign in to comment.