From: Vincent Bernat Date: Thu, 2 Feb 2023 19:47:23 +0000 (+0100) Subject: build: don't run clang build with SNMP support X-Git-Tag: 1.0.17~9 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1ca42cabdb5ba12a037bf02586c8ab6093cf9235;p=thirdparty%2Flldpd.git build: don't run clang build with SNMP support The flags from net-snmp-config does not work with clang. This is always a mess. --- diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b4e9f09b..7cf15603 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,7 +30,7 @@ jobs: - config-args: '' release: true - compiler: clang - config-args: "--with-snmp --with-xml" + config-args: "--without-snmp --with-xml" steps: - uses: actions/checkout@v3 with: