Module: kamailio Branch: master Commit: b788c39bf848fe9d04d0429094156028a991845b URL: https://github.com/kamailio/kamailio/commit/b788c39bf848fe9d04d0429094156028a991845b
Author: Victor Seva <[email protected]> Committer: GitHub <[email protected]> Date: 2025-01-24T15:29:25+01:00 github: [codeql] use all available processors when building [skip ci] --- Modified: .github/workflows/codeql.yml --- Diff: https://github.com/kamailio/kamailio/commit/b788c39bf848fe9d04d0429094156028a991845b.diff Patch: https://github.com/kamailio/kamailio/commit/b788c39bf848fe9d04d0429094156028a991845b.patch --- diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 9cdeafc77ff..1ca3734de17 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -75,7 +75,7 @@ jobs: - name: Build cpp if: ${{ matrix.language == 'cpp' }} - run: make all + run: make -j$(nproc) all - name: Perform CodeQL Analysis uses: github/codeql-action/analyze@v3 _______________________________________________ Kamailio - Development Mailing List -- [email protected] To unsubscribe send an email to [email protected] Important: keep the mailing list in the recipients, do not reply only to the sender!
