From: Denis Ovsienko Date: Tue, 3 Sep 2024 11:40:08 +0000 (+0100) Subject: Cirrus CI: Bump Ubuntu up to 24.04. [skip appveyor] X-Git-Url: https://git.tcpdump.org/tcpdump/commitdiff_plain/9ef0559cc9aa935c1d55510775387947d63430ac?ds=inline Cirrus CI: Bump Ubuntu up to 24.04. [skip appveyor] Also lose stale MAKEFLAGS after commit 778e4bf. --- diff --git a/.cirrus.yml b/.cirrus.yml index b51c9e7f..bcf29ddb 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -31,7 +31,7 @@ linux_task: # The number of CPU cores must be either 1 or a multiple of 2. cpu: 1 memory: 1G - image: ubuntu:22.04 + image: ubuntu:24.04 env: DEBIAN_FRONTEND: noninteractive LANG: C @@ -66,10 +66,9 @@ coverity_task: container: cpu: 1 memory: 2G - image: ubuntu:22.04 + image: ubuntu:24.04 env: DEBIAN_FRONTEND: noninteractive - MAKEFLAGS: -j 5 COVERITY_SCAN_PROJECT_NAME: $CIRRUS_REPO_FULL_NAME COVERITY_SCAN_TOKEN: ENCRYPTED[1b6f994cabfe74267ce2dce81fd9e49f694e9cfe69fb99f7d1580907bec1266efd7b38df3a47ccab53d5af98636f8e9c] COVERITY_SCAN_BUILD_COMMAND_PREPEND: ./configure --enable-instrument-functions --enable-smb