]> 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:43:47 +0000 (11:43 +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 693ef09af9221815df12510e7c39d8edc9c55a4c..4dd564313a71accaa8880fdfd873e29688f6df78 100644 (file)
@@ -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