From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:48564) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dCHZo-0001az-Oe for qemu-devel@nongnu.org; Sat, 20 May 2017 23:30:41 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dCHZo-0007LE-1t for qemu-devel@nongnu.org; Sat, 20 May 2017 23:30:40 -0400 Received: from mail-oi0-x243.google.com ([2607:f8b0:4003:c06::243]:33450) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dCHZn-0007Kq-Td for qemu-devel@nongnu.org; Sat, 20 May 2017 23:30:39 -0400 Received: by mail-oi0-x243.google.com with SMTP id h4so18064105oib.0 for ; Sat, 20 May 2017 20:30:39 -0700 (PDT) Sender: =?UTF-8?Q?Philippe_Mathieu=2DDaud=C3=A9?= From: =?UTF-8?q?Philippe=20Mathieu-Daud=C3=A9?= Date: Sun, 21 May 2017 00:29:48 -0300 Message-Id: <20170521032956.27446-17-f4bug@amsat.org> In-Reply-To: <20170521032956.27446-1-f4bug@amsat.org> References: <20170521032956.27446-1-f4bug@amsat.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: [Qemu-devel] [PATCH v3 16/24] shippable: use C locale to simplify console output List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org, =?UTF-8?q?Alex=20Benn=C3=A9e?= , Fam Zheng Cc: =?UTF-8?q?Philippe=20Mathieu-Daud=C3=A9?= 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é Reviewed-by: Alex Bennée --- .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