Skip to content

Commit 67aee43

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 1e34801 commit 67aee43

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
@@ -1751,7 +1751,8 @@ jobs:
17511751
17521752
# Add ARM platforms
17531753
## ARMv6-M (Cortex-M0)
1754-
PLATFORM_ARGS+="-p qemu_cortex_m0 "
1754+
# FIXME: qemu_cortex_m0 currently cannot build using LLVM.
1755+
# PLATFORM_ARGS+="-p qemu_cortex_m0 "
17551756
## ARMv7-M (Cortex-M3)
17561757
PLATFORM_ARGS+="-p mps2/an385 "
17571758
## ARMv8-M (Cortex-M33)

0 commit comments

Comments
 (0)