diff options
author | Oto Šťáva <oto.stava@nic.cz> | 2023-12-11 11:16:06 +0100 |
---|---|---|
committer | Oto Šťáva <oto.stava@nic.cz> | 2023-12-11 11:16:06 +0100 |
commit | d17c37ae3cfd295adc979883afc9a3e817d552a7 (patch) | |
tree | bcc52c64eb05dfe1b35458a27a71ccb1f7b868e6 /.gitlab-ci.yml | |
parent | CI: add pkg:arch job for Arch linux (diff) | |
download | knot-resolver-d17c37ae3cfd295adc979883afc9a3e817d552a7.tar.xz knot-resolver-d17c37ae3cfd295adc979883afc9a3e817d552a7.zip |
.gitlab-ci: pkg:arch: update repos before test
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0798466e..30afb906 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -653,6 +653,8 @@ pkg:alma-9: pkg:arch: <<: *pkg_test_user image: $CI_REGISTRY/packaging/apkg/full/arch + before_script: + - pacman -Syy # RHEL 8 derivatives would need more work due to *default* python being old #pkg:rocky-8: |