From 97c8eed6a4255a21e5fdef8b5c33aacd8a89e9ae Mon Sep 17 00:00:00 2001 From: Martin Pulec Date: Fri, 9 Dec 2022 16:00:28 +0100 Subject: [PATCH] CI Coverity: fix build abortion see https://github.com/MartinPulec/UltraGrid/actions/runs/3658131620/jobs/6182827419 For Vulkan, the memory exhaustion perhaps occurs, thus use only one concurrent process to build. --- .github/workflows/coverity-scan.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/coverity-scan.yml b/.github/workflows/coverity-scan.yml index 1df2b1b19..19c89cd73 100644 --- a/.github/workflows/coverity-scan.yml +++ b/.github/workflows/coverity-scan.yml @@ -49,7 +49,7 @@ jobs: - name: Build with cov-build if: ${{ env.coverity_token }} run: | - /tmp/cov-analysis/bin/cov-build --dir cov-int make -j4 + /tmp/cov-analysis/bin/cov-build --dir cov-int make - name: Submit the result to Coverity Scan if: ${{ env.coverity_token }} run: |