Skip to content

Commit

Permalink
ci: fix possible dependency issues
Browse files Browse the repository at this point in the history
Dependencies might break if there is a mirror update between
`pacman -Syu` and `pacman -Sy clang18`.
So do not update the database before installing clang18.

See also the warning in https://wiki.archlinux.org/title/Pacman#Installing_packages
  • Loading branch information
a-andre committed Jan 13, 2025
1 parent 994ff30 commit a9adb73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/tests/gitlab-ci-doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# temporary revert to Doxygen 1.11.0. The package has been recompiled
# without spdlog and wizard support to fix a library dependency.
# Clang-18 is needed by doxygen
- pacman -Sy --noconfirm clang18
- pacman -S --noconfirm clang18
- wget -nv 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.
Expand Down

0 comments on commit a9adb73

Please sign in to comment.