[libgudev/wip/hadess/double-decimal-separator: 1/2] ci: Add French locale to CI




commit 356c52a3048d323bcffe436dc757edecf3973b68
Author: Bastien Nocera <hadess hadess net>
Date:   Fri Aug 13 13:02:35 2021 +0200

    ci: Add French locale to CI

 .gitlab-ci.yml | 4 ++++
 1 file changed, 4 insertions(+)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 6eb20d4..0218fd1 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -13,6 +13,7 @@ variables:
     glib2-devel
   DNF_TEST_DEPS: >
     gobject-introspection-devel
+    glibc-langpack-fr
     vala
     umockdev-devel
     libabigail
@@ -27,6 +28,9 @@ stages:
 build-fedora:
   stage: test
   before_script:
+    # Undo delangification present in the Fedora Docker images
+    - rm -f /etc/rpm/macros.image-language-conf
+    - dnf reinstall -y glib2
     - dnf install -y ${DNF_CORE_DEPS} ${DNF_TEST_DEPS}
   script:
     - meson setup -Dtests=enabled build/


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