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: rec-4.7.0~2^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F11635%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. (cherry picked from commit d6b94fbd9664a7acac00f5dd8ebbacc4119ed045) --- diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 3736d640cd..24648f3924 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