mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-28 04:34:54 -04:00
Move coccinelle job to "sid" image
The "sid" image has newer coccinelle 1.2 that identifies more issues.
This commit is contained in:
parent
7fb6be62e0
commit
7f55041426
1 changed files with 7 additions and 1 deletions
|
|
@ -564,7 +564,13 @@ clang-format:
|
|||
when: on_failure
|
||||
|
||||
coccinelle:
|
||||
<<: *precheck_job
|
||||
######################################################################
|
||||
# Revert to using the "precheck_job" anchor after the "base" image is
|
||||
# upgraded to Debian trixie, which has Coccinelle 1.2.
|
||||
<<: *default_triggering_rules
|
||||
<<: *debian_sid_amd64_image
|
||||
stage: precheck
|
||||
######################################################################
|
||||
needs: []
|
||||
script:
|
||||
- util/check-cocci
|
||||
|
|
|
|||
Loading…
Reference in a new issue