diff options
author | Aleš Mrázek <ales.mrazek@nic.cz> | 2024-12-02 20:24:05 +0100 |
---|---|---|
committer | Vladimír Čunát <vladimir.cunat@nic.cz> | 2024-12-03 08:53:33 +0100 |
commit | 0ae0d8d2714c02d240aae96f1828d4c6c396d585 (patch) | |
tree | aaa63960370af2d8e1d2f2037c59638371c5f884 | |
parent | manager: files watchdog: watch parent directory for changes (diff) | |
download | knot-resolver-0ae0d8d2714c02d240aae96f1828d4c6c396d585.tar.xz knot-resolver-0ae0d8d2714c02d240aae96f1828d4c6c396d585.zip |
.gitlab-ci.yml: pkg: arch: install python-watchdog
-rw-r--r-- | .gitlab-ci.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e84775ab..f340263f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -790,8 +790,8 @@ pkg:arch: <<: *pkg_test_user image: $CI_REGISTRY/packaging/apkg/full/arch before_script: - # prometheus is an optional dependency, but our `apkg test` needs it - - pacman -Syu --noconfirm python-prometheus_client + # prometheus and watchdog are optional dependencies, but our `apkg test` needs them + - pacman -Syu --noconfirm python-prometheus_client python-watchdog # RHEL 8 derivatives would need more work due to *default* python being old #pkg:rocky-8: |