mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-28 04:34:54 -04:00
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.
This commit is contained in:
parent
e3c217296d
commit
62b8a5e59d
1 changed files with 0 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue