summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2022-01-26 15:45:30 +0100
committerBastien Nocera <hadess@hadess.net>2022-01-26 16:23:18 +0100
commit992776462903783944421801330ac69fdf1fd683 (patch)
tree365ce777efc07a70ecb3ef529c3d539da0e1b540 /.gitlab-ci.yml
parentfbfa8bc4c79ebfc27f98326a74c584d3e7328338 (diff)
downloadtotem-992776462903783944421801330ac69fdf1fd683.tar.gz
ci: Install a much newer glib2
With the fix to https://gitlab.gnome.org/GNOME/glib/-/merge_requests/2435 so that gst-inspect (or yelp) don't hang indefinitely.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index cc19d5913..0ac5cd20e 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -43,6 +43,8 @@ build-fedora:
stage: test
before_script:
- dnf install --setopt=install_weak_deps=False -y $FEDORA_DEPS
+ # Package with this fix https://gitlab.gnome.org/GNOME/glib/-/merge_requests/2435
+ - rpm -Fvh https://kojipkgs.fedoraproject.org//work/tasks/3086/81943086/glib2-2.71.0-3.fc36.x86_64.rpm https://kojipkgs.fedoraproject.org//work/tasks/3086/81943086/glib2-devel-2.71.0-3.fc36.x86_64.rpm
# See https://bugzilla.redhat.com/show_bug.cgi?id=1896438
- dnf remove -y pylint
script: