Skip to content

Commit

Permalink
ci: Add RISC-V platforms for LLVM testing
Browse files Browse the repository at this point in the history
This commit adds the RV32I, RV32E and RV64I Zephyr boards for testing
the Clang/LLVM toolchain.

Signed-off-by: Stephanos Ioannidis <[email protected]>
  • Loading branch information
stephanosio committed Nov 26, 2024
1 parent 29ab797 commit d7abdf5
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1765,9 +1765,12 @@ jobs:
# PLATFORM_ARGS+="-p mps3/an547 "
# Add RISC-V platforms
## TODO: Add RV32I platforms
## TODO: Add RV32E platforms
## TODO: Add RV64I platforms
## RV32I
PLATFORM_ARGS+="-p qemu_riscv32 "
## RV32E
PLATFORM_ARGS+="-p qemu_riscv32e "
## RV64I
PLATFORM_ARGS+="-p qemu_risv64 "
fi
# Generate test list
Expand Down

0 comments on commit d7abdf5

Please sign in to comment.