]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Do not install doc build tools in GitLab CI jobs
authorMichał Kępień <michal@isc.org>
Thu, 21 May 2020 09:33:11 +0000 (11:33 +0200)
committerMichał Kępień <michal@isc.org>
Thu, 21 May 2020 09:33:11 +0000 (11:33 +0200)
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.

.gitlab-ci.yml

index 6f904cf2afabfb91fcf4a8e6590cbb149cea854c..92e9d713ba70098a3b4757cf2748ef5df0ab5ea1 100644 (file)
@@ -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