Skip to content

Commit d3de4a8

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

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
@@ -1800,7 +1800,8 @@ jobs:
18001800
# FIXME: There are issues building some tests for qemu_riscv32e.
18011801
# PLATFORM_ARGS+="-p qemu_riscv32e "
18021802
## RV64I
1803-
PLATFORM_ARGS+="-p qemu_riscv64 "
1803+
# FIXME: There are issues building some tests for qemu_riscv64.
1804+
# PLATFORM_ARGS+="-p qemu_riscv64 "
18041805
fi
18051806
18061807
# Generate test list

0 commit comments

Comments
 (0)