Skip to content

Commit 36420d3

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

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
@@ -1772,7 +1772,8 @@ jobs:
17721772
# FIXME: There are issues building some tests for qemu_riscv32e.
17731773
# PLATFORM_ARGS+="-p qemu_riscv32e "
17741774
## RV64I
1775-
PLATFORM_ARGS+="-p qemu_riscv64 "
1775+
# FIXME: There are issues building some tests for qemu_riscv64.
1776+
# PLATFORM_ARGS+="-p qemu_riscv64 "
17761777
fi
17771778
17781779
# Generate test list

0 commit comments

Comments
 (0)