From e6afe118500c202f34a5b12dbb2cc83da2c50cc6 Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Thu, 27 Oct 2022 23:36:50 +0200 Subject: [PATCH] ci: do not try to compile SNMP on MacOS Broken, I don't think anybody is really using it. For some reason, the Homebrew version does not take over. --- .github/workflows/ci.yml | 2 +- tests/ci/install.sh | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 57209995..5e092247 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 diff --git a/tests/ci/install.sh b/tests/ci/install.sh index aa091776..bf93358d 100755 --- a/tests/ci/install.sh +++ b/tests/ci/install.sh @@ -29,7 +29,6 @@ brew "automake" brew "autoconf" brew "libtool" brew "check" -brew "net-snmp" EOS ;; Linux) -- 2.39.5