]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Drop docs:pdf
authorMichal Nowak <mnowak@isc.org>
Wed, 1 Oct 2025 09:07:02 +0000 (11:07 +0200)
committerMichal Nowak <mnowak@isc.org>
Fri, 3 Oct 2025 12:59:24 +0000 (14:59 +0200)
It takes 15 minutes to install LaTeX, while we don't care anymore if ARM
PDF builds or not.

.gitlab-ci.yml

index 2230e44f74a21ead4c4ac13df611194ea04df983..b10922fca2db8b1ee2d1ce615bf1141179250318 100644 (file)
@@ -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 '<!DOCTYPE HTML><html lang="en"><meta http-equiv="refresh" content="0; url=doc/arm/html/notes.html"><title>Redirect</title></html>' > "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: