Skip to content

Commit

Permalink
.github/sparse: add imx8 and imx8m for IPC3 coverage
Browse files Browse the repository at this point in the history
This restores sparse coverage for IPC3.

Signed-off-by: Marc Herbert <marc.herbert@intel.com>
  • Loading branch information
marc-hb committed Sep 26, 2024
1 parent b70d2bf commit 517905e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/sparse-zephyr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,10 @@ jobs:
strategy:
fail-fast: false
matrix:
platform: [tgl, mtl, lnl]
platform: [
imx8, imx8m, # IPC3, see platform_configs in xtensa-build-zephyr.py
tgl, mtl, lnl, # IPC4
]

steps:
- name: git clone sparse analyzer
Expand Down

0 comments on commit 517905e

Please sign in to comment.