Skip to content

Commit f185933

Browse files
authored
CI: Disable parallel builds for Coverity scan
1 parent 8f19267 commit f185933

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/coverity.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
run: |
7272
./configure --with-perl --with-python --with-libxml --with-gssapi --prefix=/usr/local/cloudberrydb
7373
export PATH=`pwd`/coverity_tool/bin:$PATH
74-
cov-build --dir cov-int make -j$(nproc)
74+
cov-build --dir cov-int make
7575
- name: Submit build result to Coverity Scan
7676
run: |
7777
tar czvf cov.tar.gz cov-int

0 commit comments

Comments
 (0)