From d7659dc45962ae4ffde2bebe906f44b8160dba40 Mon Sep 17 00:00:00 2001 From: Kai Vehmanen Date: Tue, 28 Oct 2025 20:16:27 +0200 Subject: [PATCH] github: workflows: disable sparse checks temporarily Disable the sparse checks as they have been failing for 3 months due to https://github.com/zephyrproject-rtos/zephyr/issues/93444 . Work to resolve the issue is still ongoing, so keep the definitions still in place. Signed-off-by: Kai Vehmanen --- .github/workflows/sparse-zephyr.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/sparse-zephyr.yml b/.github/workflows/sparse-zephyr.yml index 15eba1dca2a7..3979d38175c3 100644 --- a/.github/workflows/sparse-zephyr.yml +++ b/.github/workflows/sparse-zephyr.yml @@ -12,6 +12,10 @@ 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