summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier CrĂȘte <olivier.crete@collabora.com>2019-01-04 08:56:02 -0500
committerOlivier CrĂȘte <olivier.crete@collabora.com>2019-01-23 19:03:45 -0500
commit856dbfccf298fcb3b35014ffdfa346c54a556e62 (patch)
tree9f930bc1ac016c5e6f305fd4aa1785ba6d1b8e5a
parent7b9e25e305a0af417ef00f864e1ea29b0bd79197 (diff)
downloadlibnice-856dbfccf298fcb3b35014ffdfa346c54a556e62.tar.gz
gitlab-ci: Work around meson bug for non-POSIX utf-8 characters
-rw-r--r--.gitlab-ci.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 616a1e1..943ea4b 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -2,6 +2,10 @@ stages:
- build
- test
+# Workaround for https://github.com/mesonbuild/meson/issues/4718
+variables:
+ LANG: en_US.utf8
+
build autotools:
stage: build
image: registry.freedesktop.org/ocrete/libnice/centos7/autotools-build