[totem/wip/hadess/trim-plugin-decl] ci: Update to newer meson




commit 9705794b05d5a2d307f9d9de2938bd824e96f3d7
Author: Bastien Nocera <hadess hadess net>
Date:   Wed Nov 3 16:44:46 2021 +0100

    ci: Update to newer meson
    
    This works around a hang running meson in F35.

 .gitlab-ci.yml | 3 +++
 1 file changed, 3 insertions(+)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index f4a6308f0..fe8db0741 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -46,6 +46,9 @@ build-fedora:
     - dnf install -y $FEDORA_DEPS
     # See https://bugzilla.redhat.com/show_bug.cgi?id=1896438
     - dnf remove -y pylint
+    # Update meson
+    - dnf remove -y meson
+    - pip3 install --pre meson
   script:
     - meson _build -Dhelp=true -Denable-gtk-doc=true -Denable-easy-codec-installation=yes 
-Denable-python=yes -Dprofile=default
     - G_MESSAGES_DEBUG=all xvfb-run -a -s "-screen 0 1024x768x24" ninja -C _build test


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