]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Do not install compiledb in cppcheck job
authorMichał Kępień <michal@isc.org>
Thu, 26 Mar 2020 10:03:52 +0000 (11:03 +0100)
committerMichał Kępień <michal@isc.org>
Thu, 26 Mar 2020 10:03:52 +0000 (11:03 +0100)
compiledb is already included in the Docker image used by the cppcheck
job.  Do not attempt installing it again.

.gitlab-ci.yml

index d7787feed15a9a20cf0d7820fc6c2b21563615d7..79c9575adc5c65e2602507afa4e82c7494996880 100644 (file)
@@ -363,8 +363,6 @@ stages:
 .cppcheck: &cppcheck_job
   <<: *default_triggering_rules
   stage: postcheck
-  before_script:
-    - pip3 install compiledb
   script:
     - *configure
     - (make -nwk all || true) | compiledb