From: Peter van Dijk Date: Mon, 19 Oct 2020 12:33:42 +0000 (+0200) Subject: explicitly generate the protobuf parsers/generators X-Git-Tag: auth-4.4.0-alpha2~28^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=35a3e0933458ac74c6a059c2ae85ba26e16ec4bf;p=thirdparty%2Fpdns.git explicitly generate the protobuf parsers/generators --- diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 891141892e..a1ed8831f1 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -108,6 +108,7 @@ jobs: ./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/ipcrypt make -j8 -C ext/yahttp + make dnsmessage.pb.cc dnstap.pb.cc make -j4 dnsdist - name: Build recursor