Michaelcobb/test ci - #1
Conversation
94c5c3b to
702088b
Compare
9dba865 to
6500ecf
Compare
d1b9ba1 to
162b378
Compare
| # | ||
| # See sel4test-sim/builds.yml in the repo seL4/ci-actions for configs. | ||
|
|
||
| name: seL4Exercises |
There was a problem hiding this comment.
Can we have Microkit's examples as well? Those should be able to run/pass before CHERI-seL4-Exercises. Also please change the names to include CHERI to avoid confusions: eg CHERIseL4Exercises or something
There was a problem hiding this comment.
Hi Hesham, thanks for taking a look at this, I've incorporated your feedback and submitted a PR under CHERI-Alliance/seL4 repo here.
| strategy: | ||
| matrix: | ||
| arch: [ARM, ARM_HYP, AARCH64, RISCV64, X64] | ||
| arch: [ARM, ARM_HYP, AARCH64, RISCV64, RISCV64_PURECAP, X64] |
There was a problem hiding this comment.
Is it possible to not treat this as a separate arch? For example, in RISC-V, it's just a "Y" extensions similar to "F" and "D" (for floating point). Also any plans to add Morello as well?
| arch: [ RISCV64 ] | ||
| compiler: [gcc, llvm] | ||
| exclude: | ||
| - arch: RISCV64 |
| compiler: [gcc, llvm] | ||
| dockerfile: Dockerfile | ||
| include: | ||
| - arch: RISCV64_CHERI |
There was a problem hiding this comment.
The microkernel isn't really purecap, so this might be misleading. RISCV64_CHERI is better. Also it'd be great if CHERI could be treated as an extension rather than a separate arch
20d88db to
1673c09
Compare
8dbc476 to
d692399
Compare
1d8b915 to
c83b4b2
Compare
Signed-off-by: Gerwin Klein <gerwin.klein@proofcraft.systems>
Signed-off-by: Gerwin Klein <gerwin.klein@proofcraft.systems>
Signed-Off-By: Michael Cobb (The Capable Hub) <mcobb@thegoodpenguin.co.uk>
Signed-Off-By: Michael Cobb <michael.cobb@thecapablehub.org>
Signed-Off-By: Michael Cobb <michael.cobb@thecapablehub.org>
Signed-Off-By: Michael Cobb <michael.cobb@thecapablehub.org>
Signed-Off-By: Michael Cobb <michael.cobb@thecapablehub.org>
…CHERI Signed-Off-By: Michael Cobb (The Capable Hub) <mcobb@thegoodpenguin.co.uk>
Signed-Off-By: Michael Cobb (The Capable Hub) <mcobb@thegoodpenguin.co.uk>
Signed-Off-By: Michael Cobb (The Capable Hub) <mcobb@thegoodpenguin.co.uk>
879629c to
f686241
Compare
Test PR workflow