Skip to content

Commit 31781c8

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 7520b0b commit 31781c8

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
@@ -1753,7 +1753,8 @@ jobs:
17531753
## ARMv8-M (Cortex-M33)
17541754
PLATFORM_ARGS+="-p mps2/an521/cpu0 "
17551755
## ARMv8.1-M (Cortex-M55)
1756-
PLATFORM_ARGS+="-p mps3/an547 "
1756+
# FIXME: mps3/an547 currently cannot build using LLVM.
1757+
# PLATFORM_ARGS+="-p mps3/an547 "
17571758
17581759
# Add RISC-V platforms
17591760
## TODO: Add RV32I platforms

0 commit comments

Comments
 (0)