mirror of
https://github.com/zeek/zeek.git
synced 2025-10-01 22:28:20 +00:00
Disable Broker tests in Coverity Scan cronjob build
Coverity has trouble analyzing them and they're contributing to bringing the overall successfully-analyzed-compilation-unit ratio below the required 85%.
This commit is contained in:
parent
c9874be22a
commit
25dcf210b1
3 changed files with 6 additions and 2 deletions
2
.github/workflows/coverity-scan.yml
vendored
2
.github/workflows/coverity-scan.yml
vendored
|
@ -48,7 +48,7 @@ jobs:
|
|||
run: ( cd auxil/broker/caf && ./configure --prefix=`pwd`/build/install-root && cd build && make -j 3 install )
|
||||
|
||||
- name: Configure
|
||||
run: ./configure --build-type=debug --with-caf=`pwd`/auxil/broker/caf/build/install-root
|
||||
run: ./configure --build-type=debug --with-caf=`pwd`/auxil/broker/caf/build/install-root --disable-broker-tests
|
||||
|
||||
- name: Fetch Coverity Tools
|
||||
env:
|
||||
|
|
4
CHANGES
4
CHANGES
|
@ -1,4 +1,8 @@
|
|||
|
||||
4.1.0-dev.498 | 2021-04-07 18:30:58 -0700
|
||||
|
||||
* Disable Broker tests in Coverity Scan cronjob build (Jon Siwek, Corelight)
|
||||
|
||||
4.1.0-dev.497 | 2021-04-07 15:54:21 -0700
|
||||
|
||||
* GH-1493: Fix build with -DENABLE_MOBILE_IPV6 (Tim Wojtulewicz, Corelight)
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
4.1.0-dev.497
|
||||
4.1.0-dev.498
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue