]> The Tcpdump Group git mirrors - tcpslice/commitdiff
Cirrus CI: Add another missing package.
authorDenis Ovsienko <[email protected]>
Mon, 1 Apr 2024 13:23:38 +0000 (14:23 +0100)
committerDenis Ovsienko <[email protected]>
Mon, 1 Apr 2024 13:23:38 +0000 (14:23 +0100)
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

.cirrus.yml

index 6f2f21c252196c6f5ccdb0ec191e45c41ddbbd60..b0b80d6f9963902f64af383467f4933d560431bb 100644 (file)
@@ -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