mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-24 04:56:14 +01:00
ci: Install additional locales used during tests
Note that this intentionally does not use glibc-all-langpacks package since its contents is currently incomplete. https://bugzilla.redhat.com/show_bug.cgi?id=1624528
This commit is contained in:
parent
ad09bba9e4
commit
521eba94b9
@ -15,6 +15,20 @@ RUN dnf -y install \
|
||||
git \
|
||||
glibc-devel \
|
||||
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 \
|
||||
itstool \
|
||||
lcov \
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
set -e
|
||||
|
||||
TAG="registry.gitlab.gnome.org/gnome/glib/master:v10"
|
||||
TAG="registry.gitlab.gnome.org/gnome/glib/master:v11"
|
||||
|
||||
cd "$(dirname "$0")"
|
||||
docker build --build-arg HOST_USER_ID="$UID" --tag "${TAG}" \
|
||||
|
Loading…
Reference in New Issue
Block a user