Skip to content

Commit 32dddb0

Browse files
committed
.github/zephyr: re-add TGL IPC3 build for now
Partial revert of commit 687c6f3 (".github: workflow: removed legacy RTOS platforms from Zephyr build") that was a bit too "enthousiastic". When someone breaks the Zephyr+IPC3 build we'd like to: 1. notice, 2. tell whether it's Intel-specific, IMX-specific or not specific. This is a one-line change and unlike testing, building is "free". It can be removed in a second when/if that becomes a burden. Signed-off-by: Marc Herbert <marc.herbert@intel.com>
1 parent 6761752 commit 32dddb0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/zephyr.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ jobs:
1919
IPC_platforms: [
2020
# - IPC3 default
2121
imx8 imx8x imx8m,
22+
tgl tgl-h, # UNSUPPORTED! Will be removed
2223
# - IPC4 default
2324
mtl,
2425
# Temporary testbed for Zephyr development.

0 commit comments

Comments
 (0)