From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:40533) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1d7gII-0001J0-5w for qemu-devel@nongnu.org; Mon, 08 May 2017 06:53:35 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1d7gIF-00082h-5R for qemu-devel@nongnu.org; Mon, 08 May 2017 06:53:34 -0400 Received: from mail-wr0-x22c.google.com ([2a00:1450:400c:c0c::22c]:34128) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1d7gIE-00081t-TN for qemu-devel@nongnu.org; Mon, 08 May 2017 06:53:31 -0400 Received: by mail-wr0-x22c.google.com with SMTP id l9so40193311wre.1 for ; Mon, 08 May 2017 03:53:30 -0700 (PDT) References: <20170508045715.21770-1-f4bug@amsat.org> <20170508045715.21770-2-f4bug@amsat.org> From: Alex =?utf-8?Q?Benn=C3=A9e?= In-reply-to: <20170508045715.21770-2-f4bug@amsat.org> Date: Mon, 08 May 2017 11:54:13 +0100 Message-ID: <87d1bjaaay.fsf@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Subject: Re: [Qemu-devel] [PATCH 01/23] shippable: use C locale to simplify console output List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Philippe =?utf-8?Q?Mathieu-Daud=C3=A9?= Cc: qemu-devel@nongnu.org, Fam Zheng Philippe Mathieu-Daudé 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é > --- > .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 Bennée