From: Vincent Bernat Date: Sat, 9 Jan 2021 15:22:09 +0000 (+0100) Subject: tests: don't install libxml2 on MacOS X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F427%2Fhead;p=thirdparty%2Flldpd.git tests: don't install libxml2 on MacOS It is shipped and Homebrew will fail if we try to install it. --- diff --git a/tests/ci/install.sh b/tests/ci/install.sh index fbef05ad..7139bdee 100755 --- a/tests/ci/install.sh +++ b/tests/ci/install.sh @@ -9,7 +9,6 @@ case "$(uname -s)" in brew "automake" brew "autoconf" brew "libtool" -brew "libxml2" brew "check" EOS ;;