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.17.1~21^2~1 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=3d264dbe819cd045cde72acac4222cbadf71ee15;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. --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d7787feed15..79c9575adc5 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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