From bc6998b728749015bfd93a85fbae48af777c9a34 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michel=20D=C3=A4nzer?= Date: Fri, 14 Dec 2018 17:25:41 +0100 Subject: [PATCH] gitlab-ci: Set LC_ALL=C.UTF-8 Although piglit could now handle non-ASCII characters in the environment, meson was still failing without this (even though it's using Python 3). Reviewed-by: Eric Anholt --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 254df9af1..e6d1ef5ff 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -56,6 +56,7 @@ build-and-test: paths: - build/test/piglit-results/ variables: + LC_ALL: C.UTF-8 PIGLIT_DIR: /root/piglit XTEST_DIR: /root/xts script: