Skip to content

Commit 2a2f8ca

Browse files
committed
ci: Disable LLVM tests on qemu_cortex_a53
There are currently issues building `qemu_cortex_a53` 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 0909201 commit 2a2f8ca

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
@@ -1740,7 +1740,8 @@ jobs:
17401740
done
17411741
elif [ "${{ matrix.toolchain }}" == "llvm" ]; then
17421742
# Add AArch64 platforms
1743-
PLATFORM_ARGS+="-p qemu_cortex_a53 "
1743+
# FIXME: qemu_cortex_a53 currently cannot build using LLVM.
1744+
# PLATFORM_ARGS+="-p qemu_cortex_a53 "
17441745
17451746
# Add ARM platforms
17461747
## ARMv6-M (Cortex-M0)

0 commit comments

Comments
 (0)