]> git.ipfire.org Git - thirdparty/lldpd.git/commitdiff
ci: do not try to compile SNMP on MacOS
authorVincent Bernat <vincent@bernat.ch>
Thu, 27 Oct 2022 21:36:50 +0000 (23:36 +0200)
committerVincent Bernat <vincent@bernat.ch>
Thu, 27 Oct 2022 21:36:50 +0000 (23:36 +0200)
Broken, I don't think anybody is really using it. For some reason, the
Homebrew version does not take over.

.github/workflows/ci.yml
tests/ci/install.sh

index 572099952fedc9fb89432c46bb685c3f79dadb01..5e092247ecd4fe0cf54e4221a88b11e97be96212 100644 (file)
@@ -71,7 +71,7 @@ jobs:
     strategy:
       matrix:
         include:
-          - config-args: "--with-snmp --with-xml"
+          - config-args: "--without-snmp --with-xml"
             release: false
           - config-args: >
               --prefix=/usr/local
index aa0917769b527b86783297b8db17532701cf7d5b..bf93358d3fc8c6b081c6bc9887734ed9842c71bc 100755 (executable)
@@ -29,7 +29,6 @@ brew "automake"
 brew "autoconf"
 brew "libtool"
 brew "check"
-brew "net-snmp"
 EOS
         ;;
     Linux)