Merge branch 'jk/ci-use-system-asciidoctor'

The CI script to install dependencies for the documentation build
has been updated to install asciidoctor directly via the system
package manager instead of pinning to an older version via gem.
Additionally, an obsolete variable used for retired Azure Pipelines
environments has been removed.

* jk/ci-use-system-asciidoctor:
  ci: use system asciidoctor
main
Junio C Hamano 2026-09-13 21:53:28 -07:00
commit a449fe1123
1 changed files with 2 additions and 2 deletions

View File

@ -164,9 +164,9 @@ sparse)
libexpat-dev gettext zlib1g-dev sparse
;;
Documentation)
sudo apt-get -q -y install asciidoc xmlto docbook-xsl-ns make ruby
sudo apt-get -q -y install asciidoc xmlto docbook-xsl-ns make ruby \
asciidoctor

sudo gem install --version 1.5.8 asciidoctor
sudo gem install concurrent-ruby
;;
esac