]> git.ipfire.org Git - thirdparty/bind9.git/commit
fix: ci: Make the scan-build CI job actually run the static analyzer
authorMichal Nowak <mnowak@isc.org>
Thu, 23 Jul 2026 12:24:19 +0000 (14:24 +0200)
committerMichal Nowak <mnowak@isc.org>
Thu, 23 Jul 2026 12:24:19 +0000 (14:24 +0200)
commit23a722db5728e228d6cfade6d8eac91a56050cfd
treee0c65f39d82a1900638006b39b6a4f51ece69650
parentf0f6fb16a70438727dd61d49a21cbbd86ec2880a
parent308e1a73f0d33a1eef1d5a00ffb8cb411d679027
fix: ci: Make the scan-build CI job actually run the static analyzer

scan-build was a silent no-op: the native file pinned CC to a name ccc-analyzer never intercepts.  Run meson and ninja under scan-build with --use-cc, drop the native file and LTO, and gate on all default checkers via --status-bugs.

Merge branch '6165-scan-build-actually-run-analyzer' into 'main'

See merge request isc-projects/bind9!12298