From 35a3e0933458ac74c6a059c2ae85ba26e16ec4bf Mon Sep 17 00:00:00 2001 From: Peter van Dijk Date: Mon, 19 Oct 2020 14:33:42 +0200 Subject: [PATCH] explicitly generate the protobuf parsers/generators --- .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 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 -- 2.47.2