]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Drop qpdf check from "docs" CI job
authorMichal Nowak <mnowak@isc.org>
Thu, 15 Feb 2024 10:23:32 +0000 (11:23 +0100)
committerMichal Nowak <mnowak@isc.org>
Fri, 16 Feb 2024 10:08:32 +0000 (11:08 +0100)
qpdf is not present in any CI image, but mandoc is present in Debian
"bookworm".

.gitlab-ci.yml

index 1661dd8321a7e177ad24abb797bac6bd551cdcc7..372b71571d742a1bec5599a3b42747ff5ea3c252 100644 (file)
@@ -494,13 +494,12 @@ tarball-create:
 
 docs:
   <<: *release_branch_triggering_rules
-  <<: *base_image
+  <<: *debian_bookworm_amd64_image
   stage: docs
   script:
     - ./configure || cat config.log
     - make -C doc/misc docbook
     - make -C doc/arm Bv9ARM.html
-    - qpdf --check doc/arm/Bv9ARM.pdf
     - find bin/ lib/ isc-config.sh.1 -not -path "bin/tests/*" -name "*.[0-9]" -exec mandoc -T lint -Werror "{}" \;
   needs:
     - job: autoreconf