[totem/wip/hadess/trim-plugin-decl: 12/12] ci: Update to newer meson
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [totem/wip/hadess/trim-plugin-decl: 12/12] ci: Update to newer meson
- Date: Wed, 10 Nov 2021 09:35:37 +0000 (UTC)
commit c21eb6c61509f007f6bac21bb144f0d1f4bdf521
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 c9a730881..2db8714e0 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 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]