summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorDaniel Vetter <daniel.vetter@ffwll.ch>2018-12-07 15:00:10 +0100
committerDaniel Vetter <daniel.vetter@ffwll.ch>2018-12-10 10:54:56 +0100
commita260cab988aef89dfe24e0dcfd13345cce600108 (patch)
treeeac0aca24b537ad014a952d3beb8139c2391110b /.gitlab-ci.yml
parentedb2db2cf2b6665d7ba3fa9117263302f6307a4f (diff)
gitlab-CI: Force a UTF-8 local
python is brittle otherwise and loves to just blow up. Especially when you have commits with non-ASCII characters, which gitlab CI injects into the docker env. Strangely we've only seen this go boom on the ninja test target in the arm64 cross-compile. For paranoia roll it out everywhere. v2: gitlab-ci has global variables (Petri) Cc: Petri Latvala <petri.latvala@intel.com> Acked-by: Petri Latvala <petri.latvala@intel.com> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 8087bd39..289a8fca 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -10,6 +10,7 @@ variables:
-Dbuild_tests=true
-Dbuild_runner=true
-Dwith_libunwind=true
+ LANG: "C.UTF-8"
stages:
- containers