[totem/wip/hadess/update-ci] ci: Install a much newer glib2




commit 992776462903783944421801330ac69fdf1fd683
Author: Bastien Nocera <hadess hadess net>
Date:   Wed Jan 26 15:45:30 2022 +0100

    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.

 .gitlab-ci.yml | 2 ++
 1 file changed, 2 insertions(+)
---
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:


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]