From: Michał Kępień Date: Thu, 26 Mar 2020 10:03:52 +0000 (+0100) Subject: Do not install compiledb in cppcheck job X-Git-Tag: v9.14.12~9^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7be0cc640f752f8b11a14736f7cabec1fcc52cfd;p=thirdparty%2Fbind9.git 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 3d264dbe819cd045cde72acac4222cbadf71ee15) --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 693ef09af92..4dd564313a7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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