From: Otto Moerbeek Date: Tue, 20 Jun 2023 14:31:27 +0000 (+0200) Subject: Build libarc4random in CodeQL target for dnsdist X-Git-Tag: rec-5.0.0-alpha1~125^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ead76a5b6d01d9e4561e6e4cf3280679c207342f;p=thirdparty%2Fpdns.git Build libarc4random in CodeQL target for dnsdist --- diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index c37001a7e5..874ec85e77 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -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