]> The Tcpdump Group git mirrors - tcpdump/commitdiff
Cirrus CI: Do not install coreutils on macOS. [skip appveyor]
authorDenis Ovsienko <[email protected]>
Tue, 17 Dec 2024 19:33:40 +0000 (19:33 +0000)
committerDenis Ovsienko <[email protected]>
Tue, 17 Dec 2024 23:51:02 +0000 (23:51 +0000)
libpcap build & test process now tolerates a missing timeout(1), so
let's keep the build environment as close to the original as possible.
This reverts commit 673a2fe.

.cirrus.yml

index 666747e22e82c5c9daac75d7f355aa6a48127c3d..51d1fc434000d65f116dd172bf901d8fe5ff77f3 100644 (file)
@@ -58,10 +58,6 @@ macos_task:
   script:
     - brew update >/dev/null
     - brew install libsmi | grep -v '%'
-    # We need coreutils so that building, checking, and installing
-    # libpcap works, as *that* requires coreutils in order to
-    # install the timeout command in macOS.
-    - brew install coreutils
     - echo '$ git clone [...] libpcap.git'
     - git -C .. clone --depth ${CIRRUS_CLONE_DEPTH} --branch=master --quiet ${LIBPCAP_GIT}
     - ./build_matrix.sh