Merge branch 'ci-locales' into 'master'

ci: Install additional locales used during tests

See merge request GNOME/glib!508
This commit is contained in:
Philip Withnall
2018-12-03 13:50:05 +00:00
3 changed files with 16 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
image: registry.gitlab.gnome.org/gnome/glib/master:v10 image: registry.gitlab.gnome.org/gnome/glib/master:v11
stages: stages:
- build - build

View File

@@ -15,6 +15,20 @@ RUN dnf -y install \
git \ git \
glibc-devel \ glibc-devel \
glibc-headers \ glibc-headers \
glibc-langpack-de \
glibc-langpack-el \
glibc-langpack-el \
glibc-langpack-en \
glibc-langpack-es \
glibc-langpack-es \
glibc-langpack-fa \
glibc-langpack-fr \
glibc-langpack-hr \
glibc-langpack-ja \
glibc-langpack-lt \
glibc-langpack-pl \
glibc-langpack-ru \
glibc-langpack-tr \
gtk-doc \ gtk-doc \
itstool \ itstool \
lcov \ lcov \

View File

@@ -2,7 +2,7 @@
set -e set -e
TAG="registry.gitlab.gnome.org/gnome/glib/master:v10" TAG="registry.gitlab.gnome.org/gnome/glib/master:v11"
cd "$(dirname "$0")" cd "$(dirname "$0")"
docker build --build-arg HOST_USER_ID="$UID" --tag "${TAG}" \ docker build --build-arg HOST_USER_ID="$UID" --tag "${TAG}" \