Skip to content

Commit

Permalink
platforms.yml: add build tests for Ariane and Cheshire
Browse files Browse the repository at this point in the history
Signed-off-by: Ivan-Velickovic <[email protected]>
  • Loading branch information
Ivan-Velickovic committed Mar 10, 2025
1 parent 965658b commit a70e540
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions seL4-platforms/platforms.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,20 @@ architectures: [x86, arm, riscv]
# no_hw_build: optional; (null = false); no hw build for this platform (implies no_hw_test)

platforms:
ARIANE:
arch: riscv
modes: [64]
platform: ariane
march: rv64imafdc
no_hw_test: true

CHESHIRE:
arch: riscv
modes: [64]
platform: cheshire
march: rv64imafdc
no_hw_test: true

SPIKE32:
arch: riscv
modes: [32]
Expand Down

0 comments on commit a70e540

Please sign in to comment.