From: Otto Moerbeek Date: Fri, 22 Apr 2022 09:02:12 +0000 (+0200) Subject: Reduce make -j parameter from 8 to 4, as dnsdist does. X-Git-Tag: auth-4.8.0-alpha0~127^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F11570%2Fhead;p=thirdparty%2Fpdns.git Reduce make -j parameter from 8 to 4, as dnsdist does. This might fix the occasional build issues with the CodeQL GH Action. --- diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index cdaf72292a..921c1f8672 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -123,7 +123,7 @@ jobs: ./configure --enable-unit-tests --enable-nod --enable-dnstap CFLAGS='-O0' CXXFLAGS='-O0' make -j8 -C ext make htmlfiles.h - make -j8 pdns_recursor rec_control + make -j4 pdns_recursor rec_control - name: Perform CodeQL Analysis uses: github/codeql-action/analyze@v1