Skip to content

Commit 5d0bcd0

Browse files
committed
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 <root@stephanos.io>
1 parent b8b312b commit 5d0bcd0

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
@@ -1766,7 +1766,8 @@ jobs:
17661766
17671767
# Add RISC-V platforms
17681768
## RV32I
1769-
PLATFORM_ARGS+="-p qemu_riscv32 "
1769+
# FIXME: There are issues building some tests for qemu_riscv32.
1770+
# PLATFORM_ARGS+="-p qemu_riscv32 "
17701771
## RV32E
17711772
PLATFORM_ARGS+="-p qemu_riscv32e "
17721773
## RV64I

0 commit comments

Comments
 (0)