Skip to content

Commit

Permalink
coverity.yml: do not use debug STL (#5962)
Browse files Browse the repository at this point in the history
  • Loading branch information
firewave authored Feb 9, 2024
1 parent 503c109 commit 1a5ba4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/coverity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Build with Coverity build tool
run: |
export PATH=`pwd`/coverity_tool/bin:$PATH
cov-build --dir cov-int make
cov-build --dir cov-int make CPPCHK_GLIBCXX_DEBUG=
- name: Submit build result to Coverity Scan
run: |
tar czvf cov.tar.gz cov-int
Expand Down

0 comments on commit 1a5ba4a

Please sign in to comment.