summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Ådahl <jadahl@gmail.com>2022-11-25 20:39:08 +0100
committerJonas Ådahl <jadahl@gmail.com>2022-11-25 21:32:06 +0100
commit4e3450ea4e74f121f38eb543459e3214ced01cd1 (patch)
treebcbe461c1d49be7c9bc41283db8e5854809e9a74
parent992e169d84d9bef3769da3b0e56bec1d77932379 (diff)
downloadmutter-4e3450ea4e74f121f38eb543459e3214ced01cd1.tar.gz
ci: Upgrade python-dbusmock
This is needed for running GNOME Shell, as the older version has an incorrect PowerProfiles property type. Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/2719>
-rw-r--r--.gitlab-ci.yml6
1 files changed, 4 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 1a48077dd..cd75b16ca 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -18,7 +18,7 @@ variables:
.mutter.fedora@common:
variables:
FDO_DISTRIBUTION_VERSION: 36
- BASE_TAG: '2022-09-01.0'
+ BASE_TAG: '2022-11-25.0'
FDO_DISTRIBUTION_PACKAGES:
asciidoc
clang
@@ -26,7 +26,6 @@ variables:
gdm
gnome-shell
mozjs91-devel
- python3-dbusmock
sassc
uncrustify
xorg-x11-server-Xvfb
@@ -35,6 +34,7 @@ variables:
qemu-system-x86-core
busybox
gi-docgen
+ python3-pip
pkgconfig(libgcrypt)
pkgconfig(colord)
pkgconfig(lcms2)
@@ -74,6 +74,8 @@ variables:
https://gitlab.gnome.org/jadahl/catch.git \
main . 29ad36e2b1d28ac9d8b2bc44af46296cb1db5d66 &&
+ pip install git+https://github.com/martinpitt/python-dbusmock.git@743da675c37bfc469ec385b88c3b4ad4838cfa48 &&
+
rpm -e --nodeps gnome-bluetooth-libs-devel \
mutter mutter-devel \
gnome-shell &&