From: Michał Kępień Date: Thu, 21 May 2020 09:33:11 +0000 (+0200) Subject: Do not install doc build tools in GitLab CI jobs X-Git-Tag: v9.17.2~63^2~2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=62b8a5e59d556e80c55574667b14ae4a8509f308;p=thirdparty%2Fbind9.git Do not install doc build tools in GitLab CI jobs As documentation building utilities are now all included in operating system images used in GitLab CI, do not install them in each "docs" CI job any more. --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6f904cf2afa..92e9d713ba7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -471,9 +471,6 @@ docs: before_script: - test -w "${CCACHE_DIR}" && export PATH="/usr/lib/ccache:${PATH}" - test -n "${OOT_BUILD_WORKSPACE}" && mkdir "${OOT_BUILD_WORKSPACE}" && cd "${OOT_BUILD_WORKSPACE}" - - apt -yqqq update - - apt -yqqq dist-upgrade - - apt -yqqq install texlive-full texlive-xetex latexmk xindy script: - *configure - make -j${BUILD_PARALLEL_JOBS:-1} -k maintainer-clean V=1