Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 3 additions & 4 deletions .github/workflows/sparse-zephyr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,15 @@ defaults:
shell: bash

jobs:
# disable until https://github.com/zephyrproject-rtos/zephyr/issues/93444
# is fixed
if: false

# As of sparse commit ce1a6720f69e / Sept 2022, the exit status of
# sparse.c is an unusable mess and always zero in practice. Moreover
# SOF has hundreds of sparse warnings right now. So fail only on a
# small subset of specific warnings defined in
# sof/scripts/parse_sparse_output.sh
warnings-subset:
# disable until https://github.com/zephyrproject-rtos/zephyr/issues/93444
# is fixed
if: false

# We're sharing the sparse binary with the zephyr-build container so keep
# this in sync with it.
Expand Down
Loading