summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrancois-Xavier Le Bail <devel.fx.lebail@orange.fr>2023-05-08 11:31:06 +0200
committerFrancois-Xavier Le Bail <devel.fx.lebail@orange.fr>2023-05-08 11:31:34 +0200
commitbc1e41f2a6a1112ae75310bd49ae885e4cca2d4a (patch)
tree22a4d9b3be2305bbba4d013e2e358627294441ee
parent306899e9640f41a2fad676be111f3ff033afd64f (diff)
downloadlibpcap-bc1e41f2a6a1112ae75310bd49ae885e4cca2d4a.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 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