Skip to content

Commit 433d6ed

Browse files
committed
ci: Disable LLVM tests on mps3/an547
There are currently issues building `mps3/an547` 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 2a2f8ca commit 433d6ed

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
## ARMv8-M (Cortex-M33)
17521752
PLATFORM_ARGS+="-p mps2/an521/cpu0 "
17531753
## ARMv8.1-M (Cortex-M55)
1754-
PLATFORM_ARGS+="-p mps3/an547 "
1754+
# FIXME: mps3/an547 currently cannot build using LLVM.
1755+
# PLATFORM_ARGS+="-p mps3/an547 "
17551756
17561757
# Add RISC-V platforms
17571758
## TODO: Add RV32I platforms

0 commit comments

Comments
 (0)