Skip to content

Commit 63badea

Browse files
stephanosionashif
authored andcommitted
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 <[email protected]>
1 parent 817dd69 commit 63badea

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
@@ -1797,7 +1797,8 @@ jobs:
17971797
# FIXME: There are issues building some tests for qemu_riscv32.
17981798
# PLATFORM_ARGS+="-p qemu_riscv32 "
17991799
## RV32E
1800-
PLATFORM_ARGS+="-p qemu_riscv32e "
1800+
# FIXME: There are issues building some tests for qemu_riscv32e.
1801+
# PLATFORM_ARGS+="-p qemu_riscv32e "
18011802
## RV64I
18021803
PLATFORM_ARGS+="-p qemu_riscv64 "
18031804
fi

0 commit comments

Comments
 (0)