shippable: use C locale to simplify console output
remove this noise: perl: warning: Setting locale failed. perl: warning: Please check that your locale settings: LANGUAGE = (unset), LC_ALL = "en_US.UTF-8", LC_CTYPE = "en_US.UTF-8", LANG = "en_US.UTF-8" are supported and installed on your system. Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Reviewed-by: Alex Bennée <alex.bennee@linaro.org> Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
This commit is contained in:
parent
2e1d6bdcce
commit
c34647c18a
@ -1,5 +1,7 @@
|
|||||||
language: c
|
language: c
|
||||||
env:
|
env:
|
||||||
|
global:
|
||||||
|
- LC_ALL=C
|
||||||
matrix:
|
matrix:
|
||||||
- IMAGE=debian-armhf-cross
|
- IMAGE=debian-armhf-cross
|
||||||
TARGET_LIST=arm-softmmu,arm-linux-user
|
TARGET_LIST=arm-softmmu,arm-linux-user
|
||||||
|
Loading…
Reference in New Issue
Block a user