From: Vladimír Čunát Date: Wed, 20 Nov 2024 06:12:14 +0000 (+0100) Subject: .gitlab-ci.yml: pkg:arch: install prometheus explicitly X-Git-Tag: v6.0.10~13^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e16563ab32e5dab5f18b088303e3c1238ef26f2c;p=thirdparty%2Fknot-resolver.git .gitlab-ci.yml: pkg:arch: install prometheus explicitly --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3539eaa1f..cb26e3c68 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -788,7 +788,8 @@ pkg:arch: <<: *pkg_test_user image: $CI_REGISTRY/packaging/apkg/full/arch before_script: - - pacman -Syy + # prometheus is an optional dependency, but our `apkg test` needs it + - pacman -Syu --noconfirm python-prometheus_client # RHEL 8 derivatives would need more work due to *default* python being old #pkg:rocky-8: