From: Denis Ovsienko Date: Mon, 1 Apr 2024 13:23:38 +0000 (+0100) Subject: Cirrus CI: Add another missing package. X-Git-Tag: tcpslice-1.8~12 X-Git-Url: https://git.tcpdump.org/tcpslice/commitdiff_plain/bfcc7c177cc25e889aef96d3180ea3a2f19ad706 Cirrus CI: Add another missing package. make releasecheck /bin/sh: 10: git: not found /bin/sh: 15: git: not found tar: This does not look like a tar archive tar: Exiting with failure status due to previous errors make: *** [Makefile:184: releasetar] Error 2 --- diff --git a/.cirrus.yml b/.cirrus.yml index 6f2f21c..b0b80d6 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -30,6 +30,7 @@ linux_task: LANG: C script: - apt-get -qy update >/dev/null + - apt-get -qy install git >/dev/null # for "make releasecheck" - apt-get -qy install autoconf make gcc libpcap-dev >/dev/null - apt-get -qy install shellcheck >/dev/null - ./autogen.sh