mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-01-08 04:40:15 +01:00
CI: Set language environment variables to safe values
Recent versions of glibc support C.UTF-8 natively, and both Debian and openSUSE (which we use for our CI) have been patching it into our glibc versions for several years before that. Helps: https://gitlab.freedesktop.org/dbus/dbus/-/issues/488 Signed-off-by: Simon McVittie <smcv@collabora.com>
This commit is contained in:
parent
accbd6d041
commit
06606bd8cd
1 changed files with 6 additions and 0 deletions
|
|
@ -29,6 +29,12 @@ set -x
|
|||
|
||||
NULL=
|
||||
|
||||
if [ "$(uname -s || true)" = Linux ]; then
|
||||
export LANG=C.UTF-8
|
||||
export LANGUAGE=C.UTF-8
|
||||
export LC_ALL=C.UTF-8
|
||||
fi
|
||||
|
||||
##
|
||||
## initialize support to run cross compiled executables
|
||||
##
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue