Skip to content

Commit 2efcc99

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 a4f3767 commit 2efcc99

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
@@ -1747,7 +1747,8 @@ jobs:
17471747
17481748
# Add ARM platforms
17491749
## ARMv6-M (Cortex-M0)
1750-
PLATFORM_ARGS+="-p qemu_cortex_m0 "
1750+
# FIXME: qemu_cortex_m0 currently cannot build using LLVM.
1751+
# PLATFORM_ARGS+="-p qemu_cortex_m0 "
17511752
## ARMv7-M (Cortex-M3)
17521753
PLATFORM_ARGS+="-p mps2/an385 "
17531754
## ARMv8-M (Cortex-M33)

0 commit comments

Comments
 (0)