[geocode-glib/wip/hadess/fixes: 2/2] ci: Fix some locales not being available
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [geocode-glib/wip/hadess/fixes: 2/2] ci: Fix some locales not being available
- Date: Wed, 6 Nov 2019 12:56:41 +0000 (UTC)
commit 34752bd68144645c41533ead294c63c7595c90e0
Author: Bastien Nocera <hadess hadess net>
Date: Wed Nov 6 13:36:49 2019 +0100
ci: Fix some locales not being available
.gitlab-ci.yml | 5 +++++
1 file changed, 5 insertions(+)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index f224a24..f5c6b72 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -4,6 +4,11 @@ variables:
build-fedora:
image: fedora:latest
before_script:
+ # Undo delangification present in the Fedora Docker images
+ - rm -f /etc/rpm/macros.image-language-conf
+ - dnf reinstall -y glib2 glibc
+ # Add locales support required for tests
+ - dnf install -y glibc-langpack-fr glibc-langpack-cs glibc-langpack-en
- dnf install -y glib2-devel json-glib-devel libsoup-devel gtk-doc meson git gcc gcc-c++ glibc-devel
script:
- meson _build
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]