From: Vincent Bernat Date: Sat, 9 Jan 2021 15:22:09 +0000 (+0100) Subject: tests: don't install libxml2 on MacOS X-Git-Tag: 1.0.8~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aa94e013733e9df40de6745b00606f34986d3f25;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 ;;