]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Build libarc4random in CodeQL target for dnsdist
authorOtto Moerbeek <otto.moerbeek@open-xchange.com>
Tue, 20 Jun 2023 14:31:27 +0000 (16:31 +0200)
committerOtto Moerbeek <otto.moerbeek@open-xchange.com>
Thu, 6 Jul 2023 13:46:42 +0000 (15:46 +0200)
.github/workflows/codeql-analysis.yml

index c37001a7e5df002e2b5658a183227168f29fbe2a..874ec85e773a8e55ab860ab191342dc0da8c33dd 100644 (file)
@@ -121,6 +121,7 @@ jobs:
         cd pdns/dnsdistdist
         autoreconf -vfi
         ./configure --enable-unit-tests --enable-dnstap --enable-dnscrypt --enable-dns-over-tls --enable-dns-over-https LIBS=-lwslay CFLAGS='-O0' CXXFLAGS='-O0'
+        make -j8 -C ext/arc4random
         make -j8 -C ext/ipcrypt
         make -j8 -C ext/yahttp
         make -j4 dnsdist