]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Reduce make -j parameter from 8 to 4, as dnsdist does. 11570/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>
Fri, 22 Apr 2022 09:02:12 +0000 (11:02 +0200)
This might fix the occasional build issues with the CodeQL GH Action.

.github/workflows/codeql-analysis.yml

index cdaf72292ae4457ff3ce2f92abba318f3e12fbb5..921c1f8672487853b0841b82dd98d720de48efc2 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