diff --git a/utils/tests/gitlab-ci-doc.yml b/utils/tests/gitlab-ci-doc.yml index bf4c3e28f..2c15444d8 100644 --- a/utils/tests/gitlab-ci-doc.yml +++ b/utils/tests/gitlab-ci-doc.yml @@ -7,9 +7,11 @@ - pacman-key --init - pacman -Syu --noconfirm base-devel ninja cmake python ccache gsl gtk3 boost - doxygen graphviz imagemagick texlive-core texlive-bin texlive-latexextra python-sphinx + graphviz imagemagick texlive-core texlive-bin texlive-latexextra python-sphinx # dia is self-hosted - pacman --noconfirm -U https://www.nsnam.org/wp-content/uploads/2022/dia-0.97.3-9-x86_64.pkg.tar.zst + # doxygen 1.9.5 is bugged. Keep it at 1.9.3 until the bug is resolved (hopefully in 1.9.6) + - pacman --noconfirm -U https://archive.archlinux.org/packages/d/doxygen/doxygen-1.9.3-1-x86_64.pkg.tar.zst # no policy is a good policy. - mv /etc/ImageMagick-7/policy.xml /etc/ImageMagick-7/policy.xml.bak # - sed -i "s/EPS,PDF,//g" /etc/ImageMagick-7/policy.xml