]> git.ipfire.org Git - thirdparty/lldpd.git/commitdiff
build: don't run clang build with SNMP support
authorVincent Bernat <vincent@bernat.ch>
Thu, 2 Feb 2023 19:47:23 +0000 (20:47 +0100)
committerVincent Bernat <vincent@bernat.ch>
Thu, 2 Feb 2023 19:48:07 +0000 (20:48 +0100)
The flags from net-snmp-config does not work with clang. This is always
a mess.

.github/workflows/ci.yml

index b4e9f09b28e5d816c5ccc34a1c0b7c4860652adb..7cf15603ff3e0fb0cd4fca1ed9baed668923b9f5 100644 (file)
@@ -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: