ci: Work-around uninstallable python-dbusmock in rawhide

This commit is contained in:
Bastien Nocera
2021-06-14 13:30:46 +02:00
parent 99a3737418
commit 5c6fa19b17

View File

@@ -19,6 +19,8 @@ variables:
build_stable:
before_script:
- dnf upgrade -y --nogpgcheck fedora-release fedora-repos*
# Work-around uninstallable python-dbusmock
- dnf install -y https://kojipkgs.fedoraproject.org//packages/python-dbusmock/0.23.0/1.fc35/noarch/python3-dbusmock-0.23.0-1.fc35.noarch.rpm
- dnf update -y && dnf install -y $DEPENDENCIES
script:
- meson -Dgtk_doc=true -Dgtk-tests=true _build