[Qemu-devel] [PATCH 01/23] shippable: use C locale to simplify console output

Philippe Mathieu-Daudé posted 23 patches 8 years, 9 months ago
There is a newer version of this series
[Qemu-devel] [PATCH 01/23] shippable: use C locale to simplify console output
Posted by Philippe Mathieu-Daudé 8 years, 9 months ago
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>
---
 .shippable.yml | 2 ++
 1 file changed, 2 insertions(+)

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
-- 
2.11.0


Re: [Qemu-devel] [PATCH 01/23] shippable: use C locale to simplify console output
Posted by Alex Bennée 8 years, 9 months ago
Philippe Mathieu-Daudé <f4bug@amsat.org> writes:

> 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>
> ---
>  .shippable.yml | 2 ++
>  1 file changed, 2 insertions(+)
>
> 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

Reviewed-by: Alex Bennée <alex.bennee@linaro.org>

--
Alex Bennée