This is an automated email from the ASF dual-hosted git repository.

djwang pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/cloudberry.git


The following commit(s) were added to refs/heads/main by this push:
     new f18593370b CI: Disable parallel builds for Coverity scan
f18593370b is described below

commit f18593370b2b991823080916b46a4b7cb173769f
Author: Ilya Shipitsin <chipits...@gmail.com>
AuthorDate: Thu Mar 20 03:25:42 2025 +0100

    CI: Disable parallel builds for Coverity scan
---
 .github/workflows/coverity.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/coverity.yml b/.github/workflows/coverity.yml
index 93aea1cd74..26d7b33838 100644
--- a/.github/workflows/coverity.yml
+++ b/.github/workflows/coverity.yml
@@ -71,7 +71,7 @@ jobs:
       run: |
         ./configure --with-perl --with-python --with-libxml --with-gssapi 
--prefix=/usr/local/cloudberrydb
         export PATH=`pwd`/coverity_tool/bin:$PATH
-        cov-build --dir cov-int make -j$(nproc)
+        cov-build --dir cov-int make
     - name: Submit build result to Coverity Scan
       run: |
         tar czvf cov.tar.gz cov-int


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@cloudberry.apache.org
For additional commands, e-mail: commits-h...@cloudberry.apache.org

Reply via email to