Skip to content

Commit c021fc7

Browse files
committed
Cirrus CI: Do not install coreutils on macOS. [skip appveyor]
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.
1 parent bb873c0 commit c021fc7

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.cirrus.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,10 +58,6 @@ macos_task:
5858
script:
5959
- brew update >/dev/null
6060
- brew install libsmi | grep -v '%'
61-
# We need coreutils so that building, checking, and installing
62-
# libpcap works, as *that* requires coreutils in order to
63-
# install the timeout command in macOS.
64-
- brew install coreutils
6561
- echo '$ git clone [...] libpcap.git'
6662
- git -C .. clone --depth ${CIRRUS_CLONE_DEPTH} --branch=master --quiet ${LIBPCAP_GIT}
6763
- ./build_matrix.sh

0 commit comments

Comments
 (0)