Skip to content

Commit 8221fc3

Browse files
committed
ci: Disable testing of xtensa-intel_apl_adsp_zephyr-elf
This commit updates the CI workflow to disable testing of the `xtensa-intel_apl_adsp_zephyr-elf` toolchain because the `intel_adsp_cavs15` board was removed from the upstream Zephyr and there currently is no upstream board that uses this toolchain. Signed-off-by: Stephanos Ioannidis <root@stephanos.io>
1 parent 3d35246 commit 8221fc3

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1533,7 +1533,10 @@ jobs:
15331533
PLATFORM_ARGS+="-p intel_adsp_ace15_mtpm "
15341534
;;
15351535
xtensa-intel_apl_adsp_zephyr-elf)
1536-
PLATFORM_ARGS+="-p intel_adsp_cavs15 "
1536+
# NOTE: The `intel_adsp_cavs15` board was removed from the
1537+
# upstream Zephyr and there currently is no upstream
1538+
# board that uses this toolchain.
1539+
# PLATFORM_ARGS+="-p intel_adsp_cavs15 "
15371540
;;
15381541
xtensa-intel_s1000_zephyr-elf)
15391542
PLATFORM_ARGS+="-p intel_adsp_cavs18 "

0 commit comments

Comments
 (0)