From a507a2b64b96f93b129f7a4aa90a4d628c0c4c53 Mon Sep 17 00:00:00 2001 From: Kai Vehmanen Date: Wed, 10 Dec 2025 14:14:00 +0200 Subject: [PATCH] .github: disable windows Zephyr builds The Windows Zephyr builds are failing due to changes in upstream Zephyr. We have no maintainer for these builds, so disabling the jobs for now. Signed-off-by: Kai Vehmanen --- .github/workflows/zephyr.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/zephyr.yml b/.github/workflows/zephyr.yml index 89235c2a1ff2..7813706be0a4 100644 --- a/.github/workflows/zephyr.yml +++ b/.github/workflows/zephyr.yml @@ -228,6 +228,9 @@ jobs: ./**/compile_commands.json build-windows: + # disabled 2025/12, broken due to missing gperf and we have no maintainer for + # the Windows build + if: false runs-on: windows-latest strategy: fail-fast: false @@ -411,7 +414,6 @@ jobs: compare-linux-win: - runs-on: ubuntu-latest # - We don't compare _all_ the builds, and