We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 503c109 commit 1a5ba4aCopy full SHA for 1a5ba4a
1 file changed
.github/workflows/coverity.yml
@@ -26,7 +26,7 @@ jobs:
26
- name: Build with Coverity build tool
27
run: |
28
export PATH=`pwd`/coverity_tool/bin:$PATH
29
- cov-build --dir cov-int make
+ cov-build --dir cov-int make CPPCHK_GLIBCXX_DEBUG=
30
- name: Submit build result to Coverity Scan
31
32
tar czvf cov.tar.gz cov-int
0 commit comments