.github/workflows: Configure warnings-as-errors policy

Enable WERROR=y for CI and package builds so warnings in SCST code
are fatal.

Keep WERROR=n for regression and Coverity because these workflows
must tolerate failures outside strict SCST package gates.
This commit is contained in:
Gleb Chesnokov
2026-08-25 12:10:06 +03:00
parent b8e386a6bc
commit d29a7fe26e
4 changed files with 13 additions and 1 deletions
@@ -8,6 +8,9 @@ on:
branches:
- master
env:
WERROR: 'n'
jobs:
prepare_matrix:
name: Prepare kernel matrix