From e2f62a7143403acb577c77e908d1ba58182dc8c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?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..ec6b184be 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 -Syyu python-prometheus_client # RHEL 8 derivatives would need more work due to *default* python being old #pkg:rocky-8: