Skip to content

Commit eb6e9c1

Browse files
committed
ci: Disable testing of xtensa-intel_s1000_zephyr-elf
This commit updates the CI workflow to disable testing of the `xtensa-intel_s1000_zephyr-elf` toolchain because the `intel_adsp_cavs18` 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 8221fc3 commit eb6e9c1

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
@@ -1539,7 +1539,10 @@ jobs:
15391539
# PLATFORM_ARGS+="-p intel_adsp_cavs15 "
15401540
;;
15411541
xtensa-intel_s1000_zephyr-elf)
1542-
PLATFORM_ARGS+="-p intel_adsp_cavs18 "
1542+
# NOTE: The `intel_adsp_cavs18` board was removed from the
1543+
# upstream Zephyr and there currently is no upstream
1544+
# board that uses this toolchain.
1545+
# PLATFORM_ARGS+="-p intel_adsp_cavs18 "
15431546
;;
15441547
xtensa-nxp_imx_adsp_zephyr-elf)
15451548
PLATFORM_ARGS+="-p nxp_adsp_imx8 "

0 commit comments

Comments
 (0)