]> git.ipfire.org Git - thirdparty/lldpd.git/commitdiff
tests: don't install libxml2 on MacOS fix/homebrew-osx 427/head
authorVincent Bernat <vincent@bernat.ch>
Sat, 9 Jan 2021 15:22:09 +0000 (16:22 +0100)
committerVincent Bernat <vincent@bernat.ch>
Sat, 9 Jan 2021 15:22:09 +0000 (16:22 +0100)
It is shipped and Homebrew will fail if we try to install it.

tests/ci/install.sh

index fbef05ad39e689066ae776262dd7079c324b7796..7139bdeeaff90ca4b7c063cbff2629480ef0490e 100755 (executable)
@@ -9,7 +9,6 @@ case "$(uname -s)" in
 brew "automake"
 brew "autoconf"
 brew "libtool"
-brew "libxml2"
 brew "check"
 EOS
         ;;