summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrancois-Xavier Le Bail <devel.fx.lebail@orange.fr>2023-04-30 20:45:13 +0200
committerfxlb <devel.fx.lebail@orange.fr>2023-04-30 19:48:09 +0000
commitd68fbb40baf298814372a06fa7d501058a2825e7 (patch)
tree170013da47a86fcf1e0f34f2704245b8949cbaa7
parent1996f8b96097e3678def4e822341dd636259e939 (diff)
downloadtcpdump-d68fbb40baf298814372a06fa7d501058a2825e7.tar.gz
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").
-rw-r--r--.cirrus.yml1
1 files changed, 1 insertions, 0 deletions
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