]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Do not set up ccache in CI jobs building docs
authorMichał Kępień <michal@isc.org>
Wed, 11 May 2022 12:10:17 +0000 (14:10 +0200)
committerMichał Kępień <michal@isc.org>
Wed, 11 May 2022 12:11:47 +0000 (14:11 +0200)
Building documentation for Automake-based BIND 9 versions does not
require running "make all" beforehand.  Drop ccache setup code from the
definitions of GitLab CI jobs building documentation as it is redundant.

(cherry picked from commit 59c8321ac9e812978e6594fc8ce2c3ab17030356)

.gitlab-ci.yml

index 582115a339694207cf7f8872cf77c33a3361686b..f0138a45d706acf915c84366ef4437f1d7078e51 100644 (file)
@@ -531,8 +531,6 @@ docs:
   <<: *release_branch_triggering_rules
   <<: *base_image
   <<: *docs_job
-  before_script:
-    - test -w "${CCACHE_DIR}" && export PATH="/usr/lib/ccache:${PATH}"
   needs:
     - job: autoreconf
       artifacts: true
@@ -544,7 +542,6 @@ docs:tarball:
   <<: *base_image
   <<: *docs_job
   before_script:
-    - test -w "${CCACHE_DIR}" && export PATH="/usr/lib/ccache:${PATH}"
     - *unpack_release_tarball
   needs:
     - job: tarball-create