From bc1e41f2a6a1112ae75310bd49ae885e4cca2d4a Mon Sep 17 00:00:00 2001 From: Francois-Xavier Le Bail Date: Mon, 8 May 2023 11:31:06 +0200 Subject: Cirrus CI: Avoid perl warnings about setting locale, Linux task The warnings were like: perl: warning: Setting locale failed. perl: warning: Please check that your locale settings: LANGUAGE = (unset), LC_ALL = (unset), LANG = "en_US.UTF-8" are supported and installed on your system. perl: warning: Falling back to the standard locale ("C"). --- .cirrus.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.cirrus.yml b/.cirrus.yml index e77460ed..5a14cef4 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -32,6 +32,7 @@ linux_task: env: DEBIAN_FRONTEND: noninteractive MAKEFLAGS: -j 3 + LANG: C script: - apt-get -qy update >/dev/null - apt-get -qy install libdbus-1-dev libbluetooth-dev libnl-genl-3-dev libibverbs-dev libssl-dev >/dev/null -- cgit v1.2.1