From 017f0d2231294e33c501abbad5cc5d936f7c7f25 Mon Sep 17 00:00:00 2001 From: Stephanos Ioannidis Date: Sat, 5 Oct 2024 22:17:46 +0900 Subject: [PATCH] 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 --- .github/workflows/ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fd83387f..fdb545c3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1575,7 +1575,9 @@ jobs: PLATFORM_ARGS+="-p intel_adsp/ace15_mtpm " ;; xtensa-intel_ace30_ptl_zephyr-elf) - PLATFORM_ARGS+="-p intel_adsp/ace30_ptl " + # xtensa-intel_ace30_ptl_zephyr-elf is untested because it is + # currently unsupported in the Zephyr v3.7-branch. + # PLATFORM_ARGS+="-p intel_adsp/ace30_ptl " ;; xtensa-intel_tgl_adsp_zephyr-elf) PLATFORM_ARGS+="-p intel_adsp/cavs25 "