Skip to content

Commit 80b71de

Browse files
committed
ci: Disable testing of xtensa-intel_ace30_ptl_zephyr-elf toolchain
This commit disables the testing of xtensa-intel_ace30_ptl_zephyr-elf toolchain because the Zephyr v3.7-branch currently does not support it. Signed-off-by: Stephanos Ioannidis <[email protected]>
1 parent 198a766 commit 80b71de

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1575,7 +1575,9 @@ jobs:
15751575
PLATFORM_ARGS+="-p intel_adsp/ace15_mtpm "
15761576
;;
15771577
xtensa-intel_ace30_ptl_zephyr-elf)
1578-
PLATFORM_ARGS+="-p intel_adsp/ace30_ptl "
1578+
# xtensa-intel_ace30_ptl_zephyr-elf is untested because it is
1579+
# currently unsupported in the Zephyr v3.7-branch.
1580+
# PLATFORM_ARGS+="-p intel_adsp/ace30_ptl "
15791581
;;
15801582
xtensa-intel_tgl_adsp_zephyr-elf)
15811583
PLATFORM_ARGS+="-p intel_adsp/cavs25 "

0 commit comments

Comments
 (0)