From a260cab988aef89dfe24e0dcfd13345cce600108 Mon Sep 17 00:00:00 2001 From: Daniel Vetter Date: Fri, 7 Dec 2018 15:00:10 +0100 Subject: 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 Acked-by: Petri Latvala Signed-off-by: Daniel Vetter --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) (limited to '.gitlab-ci.yml') 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 -- cgit v1.2.3