Skip to content

Commit a3d4fa8

Browse files
committed
ci: Disable LLVM qemu_riscv32e testing
There are issues building tests for qemu_riscv32e 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 5d0bcd0 commit a3d4fa8

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
@@ -1769,7 +1769,8 @@ jobs:
17691769
# FIXME: There are issues building some tests for qemu_riscv32.
17701770
# PLATFORM_ARGS+="-p qemu_riscv32 "
17711771
## RV32E
1772-
PLATFORM_ARGS+="-p qemu_riscv32e "
1772+
# FIXME: There are issues building some tests for qemu_riscv32e.
1773+
# PLATFORM_ARGS+="-p qemu_riscv32e "
17731774
## RV64I
17741775
PLATFORM_ARGS+="-p qemu_riscv64 "
17751776
fi

0 commit comments

Comments
 (0)