From ead76a5b6d01d9e4561e6e4cf3280679c207342f Mon Sep 17 00:00:00 2001 From: Otto Moerbeek Date: Tue, 20 Jun 2023 16:31:27 +0200 Subject: [PATCH] Build libarc4random in CodeQL target for dnsdist --- .github/workflows/codeql-analysis.yml | 1 + 1 file changed, 1 insertion(+) 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 -- 2.47.2