From: Michal Nowak Date: Wed, 1 Oct 2025 09:07:02 +0000 (+0200) Subject: Drop docs:pdf X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e481e88e81d1e39aac152886e917f71fe0e9dab1;p=thirdparty%2Fbind9.git Drop docs:pdf It takes 15 minutes to install LaTeX, while we don't care anymore if ARM PDF builds or not. --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2230e44f74a..b10922fca2d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -440,21 +440,6 @@ docs: when: always needs: [] -docs:pdf: - <<: *api_pipelines_schedules_tags_triggers_web_triggering_rules - <<: *base_image - stage: docs - before_script: - - apt-get update - - apt-get -y install qpdf texlive-full texlive-xetex xindy - script: - - *configure - - make -C doc/arm/ pdf V=1 - - qpdf --check doc/arm/_build/latex/Bv9ARM.pdf - artifacts: - untracked: true - needs: [] - # Job detecting named.conf breakage introduced since the previous point release cross-version-config-tests: @@ -890,7 +875,6 @@ release: - mv "${BIND_DIRECTORY}"/{CHANGES*,COPYRIGHT,LICENSE,README,srcid} . - rm -rf "${BIND_DIRECTORY}" - mv "../doc/arm/_build/html" doc/arm/ - - mv "../doc/arm/_build/latex/Bv9ARM.pdf" doc/arm/ - echo 'Redirect' > "RELEASE-NOTES-${BIND_DIRECTORY}.html" - popd needs: @@ -898,8 +882,6 @@ release: artifacts: true - job: docs artifacts: true - - job: docs:pdf - artifacts: true only: - tags artifacts: