mirror of
https://github.com/X11Libre/xserver.git
synced 2026-04-14 17:18:09 +00:00
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:
committed by
Michel Dänzer
parent
4aaaf69229
commit
bc6998b728
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user