]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Reduce make -j parameter from 8 to 4, as dnsdist does. 11635/head
authorOtto Moerbeek <otto.moerbeek@open-xchange.com>
Fri, 22 Apr 2022 09:02:12 +0000 (11:02 +0200)
committerOtto Moerbeek <otto.moerbeek@open-xchange.com>
Mon, 23 May 2022 09:46:19 +0000 (11:46 +0200)
This might fix the occasional build issues with the CodeQL GH Action.

(cherry picked from commit d6b94fbd9664a7acac00f5dd8ebbacc4119ed045)

.github/workflows/codeql-analysis.yml

index 3736d640cd40a9c2dfaca6e53c268ae6c52bf885..24648f3924d38ad6232f0dc92b40bc246b320cf2 100644 (file)
@@ -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