Skip to content

Commit

Permalink
ci: Disable LLVM tests on qemu_cortex_m0
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
stephanosio committed Oct 26, 2024
1 parent b425330 commit 335e102
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1747,7 +1747,8 @@ jobs:
# Add ARM platforms
## ARMv6-M (Cortex-M0)
PLATFORM_ARGS+="-p qemu_cortex_m0 "
# FIXME: qemu_cortex_m0 currently cannot build using LLVM.
# PLATFORM_ARGS+="-p qemu_cortex_m0 "
## ARMv7-M (Cortex-M3)
PLATFORM_ARGS+="-p mps2/an385 "
## ARMv8-M (Cortex-M33)
Expand Down

0 comments on commit 335e102

Please sign in to comment.