diff --git a/utils/tests/gitlab-ci-doc.yml b/utils/tests/gitlab-ci-doc.yml index bd178219a..8a4c84f2c 100644 --- a/utils/tests/gitlab-ci-doc.yml +++ b/utils/tests/gitlab-ci-doc.yml @@ -8,12 +8,14 @@ - pacman -Syu --noconfirm base-devel ninja cmake python ccache gsl gtk3 boost openmpi openssh graphviz imagemagick texlive-basic texlive-bin texlive-binextra texlive-latexextra - texlive-fontutils texlive-fontsrecommended python-sphinx + texlive-fontutils texlive-fontsrecommended python-sphinx wget # doxygen # dia is archived - pacman --noconfirm -U https://archive.archlinux.org/packages/d/dia/dia-0.97.3-9-x86_64.pkg.tar.zst - # temporary revert to Doxygen 1.11.0 - - pacman --noconfirm -U https://archive.archlinux.org/packages/d/doxygen/doxygen-1.11.0-4-x86_64.pkg.tar.zst + # temporary revert to Doxygen 1.11.0. The package has been recompiled + # without spdlog and wizard support to fix a library dependency. + - wget http://www.nsnam.org/packages/doxygen-1.11.0-4-x86_64.pkg.tar.zst + - pacman --noconfirm -U doxygen-1.11.0-4-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