From: Francois-Xavier Le Bail Date: Sun, 30 Apr 2023 18:45:13 +0000 (+0200) Subject: Cirrus CI: Avoid perl warnings about setting locale, Linux task X-Git-Url: https://git.tcpdump.org/tcpdump/commitdiff_plain/d68fbb40baf298814372a06fa7d501058a2825e7?ds=sidebyside 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"). --- diff --git a/.cirrus.yml b/.cirrus.yml index 4d54a675..fed643b0 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -40,6 +40,7 @@ linux_task: env: DEBIAN_FRONTEND: noninteractive MAKEFLAGS: -j 5 + LANG: C script: - apt-get -qy update >/dev/null - apt-get -qy install git autoconf make cmake clang gcc bc >/dev/null