diff options
author | Philippe Mathieu-Daudé <f4bug@amsat.org> | 2017-06-02 15:56:22 -0300 |
---|---|---|
committer | Alex Bennée <alex.bennee@linaro.org> | 2017-06-21 15:03:05 +0100 |
commit | c34647c18a1f2ea947a4fdcdacb26012c5684459 (patch) | |
tree | e78c88a15d0311c17c97b0fc6bdd1d1af0fff95a /.shippable.yml | |
parent | 2e1d6bdccea861700baf136f5de20d9b2062e91e (diff) |
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>
Diffstat (limited to '.shippable.yml')
-rw-r--r-- | .shippable.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.shippable.yml b/.shippable.yml index 653bd750fe..231c29b620 100644 --- a/.shippable.yml +++ b/.shippable.yml @@ -1,5 +1,7 @@ language: c env: + global: + - LC_ALL=C matrix: - IMAGE=debian-armhf-cross TARGET_LIST=arm-softmmu,arm-linux-user |