From e16563ab32e5dab5f18b088303e3c1238ef26f2c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Vladim=C3=ADr=20=C4=8Cun=C3=A1t?= Date: Wed, 20 Nov 2024 07:12:14 +0100 Subject: [PATCH] .gitlab-ci.yml: pkg:arch: install prometheus explicitly --- .gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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: -- 2.47.2