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 <eric@anholt.net>
This commit is contained in:
Michel Dänzer 2018-12-14 17:25:41 +01:00 committed by Michel Dänzer
parent 4aaaf69229
commit bc6998b728
1 changed files with 1 additions and 0 deletions

View File

@ -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: