From: Peter van Dijk Date: Mon, 5 Oct 2020 18:45:14 +0000 (+0200) Subject: reduce dnsdist build concurrency X-Git-Tag: auth-4.4.0-alpha2~46^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F9589%2Fhead;p=thirdparty%2Fpdns.git reduce dnsdist build concurrency --- diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 6e281f63fc..891141892e 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -108,7 +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 -j8 dnsdist + make -j4 dnsdist - name: Build recursor run: |