]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'jk/ci-static-analysis-image-bump'
authorJunio C Hamano <gitster@pobox.com>
Wed, 5 Aug 2026 18:10:51 +0000 (11:10 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 5 Aug 2026 18:10:51 +0000 (11:10 -0700)
commit2816039db09eb8044673cb07ca4dfdca83bff399
tree280a4c17b04978bcacf9426122d31036ae246a66
parent67b1d2fa4304b27fed49a356098db13ba94741fb
parent1a1579c42d9d4c78d4d4df5e4d3d8bc73e3ddf9b
Merge branch 'jk/ci-static-analysis-image-bump'

The image version used by the static-analysis CI job has been bumped
to ubuntu-latest (Ubuntu 24.04), which brings in a newer Coccinelle
version that resolves a severe performance regression.  A false
positive warning from the 'CHECK_ASSERTION_SIDE_EFFECTS' build with
GCC 15 in the Bloom filter code has also been silenced to facilitate
the image upgrade.

* jk/ci-static-analysis-image-bump:
  ci: bump ubuntu image version for static-analysis job
  bloom: silence CHECK_ASSERTION_SIDE_EFFECTS false positive
.github/workflows/main.yml
.gitlab-ci.yml
bloom.c