Skip to content

Commit 5b4b42b

Browse files
committed
ci: Disable LLVM tests on qemu_cortex_m0
There are currently issues building `qemu_cortex_m0` tests with LLVM. Revert this commit when the LLVM support for this platform is fixed on Zephyr side. Signed-off-by: Stephanos Ioannidis <[email protected]>
1 parent 433d6ed commit 5b4b42b

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
@@ -1745,7 +1745,8 @@ jobs:
17451745
17461746
# Add ARM platforms
17471747
## ARMv6-M (Cortex-M0)
1748-
PLATFORM_ARGS+="-p qemu_cortex_m0 "
1748+
# FIXME: qemu_cortex_m0 currently cannot build using LLVM.
1749+
# PLATFORM_ARGS+="-p qemu_cortex_m0 "
17491750
## ARMv7-M (Cortex-M3)
17501751
PLATFORM_ARGS+="-p mps2/an385 "
17511752
## ARMv8-M (Cortex-M33)

0 commit comments

Comments
 (0)