mirror of
https://github.com/outbackdingo/UltraGrid.git
synced 2026-03-20 15:40:14 +00:00
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.
This commit is contained in:
2
.github/workflows/coverity-scan.yml
vendored
2
.github/workflows/coverity-scan.yml
vendored
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user