mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-29 18:30:08 +01: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:
parent
4aaaf69229
commit
bc6998b728
1 changed files with 1 additions and 0 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue