Skip to content

Commit 1a5ba4a

Browse files
authored
coverity.yml: do not use debug STL (#5962)
1 parent 503c109 commit 1a5ba4a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/coverity.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Build with Coverity build tool
2727
run: |
2828
export PATH=`pwd`/coverity_tool/bin:$PATH
29-
cov-build --dir cov-int make
29+
cov-build --dir cov-int make CPPCHK_GLIBCXX_DEBUG=
3030
- name: Submit build result to Coverity Scan
3131
run: |
3232
tar czvf cov.tar.gz cov-int

0 commit comments

Comments
 (0)