From deb7a097e3cf0fd0c71315aa9083493931e6ea9e Mon Sep 17 00:00:00 2001 From: Chao Song Date: Tue, 26 Sep 2023 15:50:48 +0800 Subject: [PATCH] github action: remove duplicate build for TGL/TGL-H At the beginning, we have two build jobs in github action to build IPC3 and IPC4 firmware for TGL/TGL-H. The PR https://github.com/thesofproject/sof/pull/8048 switches cAVS2.5 configs to use IPC4 by default and empties the cAVS2.5 overlay files. After the change, the xtensa-build-zephyr.py script is building the same IPC4 firmware with or without '-i IPC4' option. So we have two jobs running different build command but build the same IPC4 firmware. Recently, commit 5004d0fe1e74 ("zephyr.yml: remove ipc option for zephyr build") removes '-i IPC4' option in github action for TGL/TGL-H IPC4 build. So we have duplicated jobs to build firmware for TGL and TGL-H in the end. This patch removes the duplicated build job which previously is used to build IPC3 firmware for TGL/TGL-H and obsolete comments. Signed-off-by: Chao Song --- .github/workflows/zephyr.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/zephyr.yml b/.github/workflows/zephyr.yml index af0b3e553..25af4e96c 100644 --- a/.github/workflows/zephyr.yml +++ b/.github/workflows/zephyr.yml @@ -107,7 +107,6 @@ jobs: IPC_platforms: [ # - IPC3 default imx8 imx8x imx8m, - tgl tgl-h, # UNSUPPORTED! Will be removed # - IPC4 default mtl, lnl, # Temporary testbed for Zephyr development. @@ -213,10 +212,8 @@ jobs: platforms: [ # - IPC3 default imx8 imx8x imx8m, - tgl tgl-h, # UNSUPPORTED! Will be removed # - IPC4 default mtl, - # Very few IPC3 platforms support IPC4 too. tgl tgl-h, ] build_opts: [""]