mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-28 04:34:54 -04:00
Do not install compiledb in cppcheck job
compiledb is already included in the Docker image used by the cppcheck
job. Do not attempt installing it again.
(cherry picked from commit 3d264dbe81)
This commit is contained in:
parent
824204ae19
commit
7be0cc640f
1 changed files with 0 additions and 2 deletions
|
|
@ -365,8 +365,6 @@ stages:
|
|||
.cppcheck: &cppcheck_job
|
||||
<<: *default_triggering_rules
|
||||
stage: postcheck
|
||||
before_script:
|
||||
- pip3 install compiledb
|
||||
script:
|
||||
- *configure
|
||||
- (make -nwk all || true) | compiledb
|
||||
|
|
|
|||
Loading…
Reference in a new issue