]> 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:41:55 +0000 (11:41 +0100)
compiledb is already included in the Docker image used by the cppcheck
job.  Do not attempt installing it again.

(cherry picked from commit 3d264dbe819cd045cde72acac4222cbadf71ee15)

.gitlab-ci.yml

index 40f0cab038d4182e5cf902bbc079210cb9199591..5d17b5402a989692ded36aec86ecae86aa2b2f71 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