Skip to content

Commit a1db330

Browse files
stephanosionashif
authored andcommitted
ci: Add RISC-V platforms for LLVM testing
This commit adds the RV32I, RV32E and RV64I Zephyr boards for testing the Clang/LLVM toolchain. Signed-off-by: Stephanos Ioannidis <[email protected]>
1 parent 64ae765 commit a1db330

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1793,9 +1793,12 @@ jobs:
17931793
# PLATFORM_ARGS+="-p mps3/an547 "
17941794
17951795
# Add RISC-V platforms
1796-
## TODO: Add RV32I platforms
1797-
## TODO: Add RV32E platforms
1798-
## TODO: Add RV64I platforms
1796+
## RV32I
1797+
PLATFORM_ARGS+="-p qemu_riscv32 "
1798+
## RV32E
1799+
PLATFORM_ARGS+="-p qemu_riscv32e "
1800+
## RV64I
1801+
PLATFORM_ARGS+="-p qemu_riscv64 "
17991802
fi
18001803
18011804
# Generate test list

0 commit comments

Comments
 (0)