Skip to content

Commit

Permalink
.gitlab-ci.yml: pkg:arch: install prometheus explicitly
Browse files Browse the repository at this point in the history
  • Loading branch information
vcunat committed Nov 20, 2024
1 parent 5e1f212 commit e2f62a7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit e2f62a7

Please sign in to comment.