Skip to content

Commit 817dd69

Browse files
stephanosionashif
authored andcommitted
ci: Disable LLVM qemu_riscv32 testing
There are issues building tests for qemu_riscv32 using the LLVM toolchain. Revert this commit once these issues are fixed on the Zephyr side. Signed-off-by: Stephanos Ioannidis <[email protected]>
1 parent a1db330 commit 817dd69

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1794,7 +1794,8 @@ jobs:
17941794
17951795
# Add RISC-V platforms
17961796
## RV32I
1797-
PLATFORM_ARGS+="-p qemu_riscv32 "
1797+
# FIXME: There are issues building some tests for qemu_riscv32.
1798+
# PLATFORM_ARGS+="-p qemu_riscv32 "
17981799
## RV32E
17991800
PLATFORM_ARGS+="-p qemu_riscv32e "
18001801
## RV64I

0 commit comments

Comments
 (0)