[totem/wip/hadess/meson-hang-debug: 1/2] ci: Update to newer meson
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [totem/wip/hadess/meson-hang-debug: 1/2] ci: Update to newer meson
- Date: Mon, 10 Jan 2022 15:46:39 +0000 (UTC)
commit b189f92205379a959efb260d1a113769cb9b9239
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 1f5da7fa6..fb68192c0 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -45,6 +45,9 @@ build-fedora:
- dnf install --setopt=install_weak_deps=False -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]