Skip to content
Closed
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
4 changes: 3 additions & 1 deletion .github/workflows/zephyr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -411,7 +414,6 @@ jobs:


compare-linux-win:

runs-on: ubuntu-latest

# - We don't compare _all_ the builds, and
Expand Down
Loading