]> The Tcpdump Group git mirrors - tcpdump/commitdiff
Cirrus CI: Set LANG in coverity_task same as in linux_task
authorFrancois-Xavier Le Bail <[email protected]>
Sat, 7 Sep 2024 11:22:00 +0000 (13:22 +0200)
committerFrancois-Xavier Le Bail <[email protected]>
Wed, 19 Feb 2025 08:22:16 +0000 (09:22 +0100)
To avoid these warnings:

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").
(cherry picked from commit c226248a44756cc8899564498405f1adcdc69826)

.cirrus.yml

index 7907a8834787dcfc51140f3aeae008830ae401fb..6967b855edd687396a64c61ff663b38264c66359 100644 (file)
@@ -74,6 +74,7 @@ coverity_task:
     image: ubuntu:24.04
   env:
     DEBIAN_FRONTEND: noninteractive
     image: ubuntu:24.04
   env:
     DEBIAN_FRONTEND: noninteractive
+    LANG: C
     COVERITY_SCAN_PROJECT_NAME: $CIRRUS_REPO_FULL_NAME
     COVERITY_SCAN_TOKEN: ENCRYPTED[1b6f994cabfe74267ce2dce81fd9e49f694e9cfe69fb99f7d1580907bec1266efd7b38df3a47ccab53d5af98636f8e9c]
     COVERITY_SCAN_BUILD_COMMAND_PREPEND: ./configure --enable-instrument-functions --enable-smb
     COVERITY_SCAN_PROJECT_NAME: $CIRRUS_REPO_FULL_NAME
     COVERITY_SCAN_TOKEN: ENCRYPTED[1b6f994cabfe74267ce2dce81fd9e49f694e9cfe69fb99f7d1580907bec1266efd7b38df3a47ccab53d5af98636f8e9c]
     COVERITY_SCAN_BUILD_COMMAND_PREPEND: ./configure --enable-instrument-functions --enable-smb