From 6d1d244f17b3d165dcea6ac25d1b619614a9f68f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20K=C4=99pie=C5=84?= Date: Wed, 11 May 2022 14:10:17 +0200 Subject: [PATCH] Do not set up ccache in CI jobs building docs 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 | 3 --- 1 file changed, 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 582115a339..f0138a45d7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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