From 5c6fa19b17f557edb71f76c67ee317454414dc5f Mon Sep 17 00:00:00 2001 From: Bastien Nocera Date: Mon, 14 Jun 2021 13:30:46 +0200 Subject: [PATCH] ci: Work-around uninstallable python-dbusmock in rawhide --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 78ea57f..795272c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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