Skip to content

Commit 66b237d

Browse files
committed
ci: Disable testing of xtensa-espressif_esp32s3_zephyr-elf toolchain
This commit disables the testing of the `xtensa-espressif_esp32s3_zephyr-elf` toolchain because the `esp32s3_devkitc` board has not been upstreamed yet. Revert this commit when the `esp32s3_devkitc` board is upstreamed. Signed-off-by: Stephanos Ioannidis <[email protected]>
1 parent 08edc9d commit 66b237d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1523,7 +1523,8 @@ jobs:
15231523
PLATFORM_ARGS+="-p esp32s2_saola "
15241524
;;
15251525
xtensa-espressif_esp32s3_zephyr-elf)
1526-
PLATFORM_ARGS+="-p esp32s3_devkitc "
1526+
# FIXME: Disabled until esp32s3_devkitc board is upstreamed.
1527+
# PLATFORM_ARGS+="-p esp32s3_devkitc "
15271528
;;
15281529
xtensa-intel_apl_adsp_zephyr-elf)
15291530
PLATFORM_ARGS+="-p intel_adsp_cavs15 "

0 commit comments

Comments
 (0)