Skip to content

Commit 9507c52

Browse files
committed
ci: Replace intel_s1000_crb with intel_adsp_cavs18
The `intel_s1000_crb` platform support, which is currently used for testing the Intel S1000 Xtensa toolchain, has been removed from the upstream Zephyr. This commit updates the CI workflow to test the Intel S1000 Xtensa toolchain using the `intel_adsp_cavs18` platform, which is another board that builds using this toolchain. Signed-off-by: Stephanos Ioannidis <[email protected]>
1 parent 61bd806 commit 9507c52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1483,7 +1483,7 @@ jobs:
14831483
# NOTE: no default user for this target is available
14841484
;;
14851485
xtensa-intel_s1000_zephyr-elf)
1486-
PLATFORM_ARGS+="-p intel_s1000_crb "
1486+
PLATFORM_ARGS+="-p intel_adsp_cavs18 "
14871487
;;
14881488
xtensa-nxp_imx_adsp_zephyr-elf)
14891489
PLATFORM_ARGS+="-p nxp_adsp_imx8 "

0 commit comments

Comments
 (0)