qpdf is not present in any CI image, but mandoc is present in Debian
"bookworm".
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