From 1657455f1e845d763caba4d261e03b3dafab21ea Mon Sep 17 00:00:00 2001 From: Stephanos Ioannidis Date: Tue, 26 Nov 2024 14:53:35 +0900 Subject: [PATCH] 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 --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3ac071ae..2d443e35 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1772,7 +1772,8 @@ jobs: # FIXME: There are issues building some tests for qemu_riscv32e. # PLATFORM_ARGS+="-p qemu_riscv32e " ## RV64I - PLATFORM_ARGS+="-p qemu_riscv64 " + # FIXME: There are issues building some tests for qemu_riscv64. + # PLATFORM_ARGS+="-p qemu_riscv64 " fi # Generate test list