Skip to content

Commit 673a2fe

Browse files
committed
CI: install coreutils with Homebrew on macOS. [skip appveyor]
We need it because we do an install of libpcap, including "make check", and "make check" requires Homebrew's coreutils in order to get the timeout command.
1 parent 67970ff commit 673a2fe

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.cirrus.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,10 @@ 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
6165
- echo '$ git clone [...] libpcap.git'
6266
- git -C .. clone --depth ${CIRRUS_CLONE_DEPTH} --branch=master --quiet ${LIBPCAP_GIT}
6367
- ./build_matrix.sh

0 commit comments

Comments
 (0)