[totem/wip/hadess/fix-ci] ci: Work-around rawhide gettext problem




commit f44e1d20d9cf2df2261fb562b293c69feb02dc3c
Author: Bastien Nocera <hadess hadess net>
Date:   Wed Mar 9 16:25:13 2022 +0100

    ci: Work-around rawhide gettext problem

 .gitlab-ci.yml | 2 ++
 1 file changed, 2 insertions(+)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index a439528d8..e4ad2ff27 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -46,6 +46,8 @@ 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 gettext
+    - dnf install -y 
https://kojipkgs.fedoraproject.org//packages/gettext/0.21/12.fc37.0.20220203/x86_64/gettext-0.21-12.fc37.0.20220203.x86_64.rpm
 
https://kojipkgs.fedoraproject.org//packages/gettext/0.21/12.fc37.0.20220203/x86_64/gettext-libs-0.21-12.fc37.0.20220203.x86_64.rpm
   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]