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:
Jon Siwek 2021-04-07 18:30:58 -07:00
parent c9874be22a
commit 25dcf210b1
3 changed files with 6 additions and 2 deletions

View file

@ -48,7 +48,7 @@ jobs:
run: ( cd auxil/broker/caf && ./configure --prefix=`pwd`/build/install-root && cd build && make -j 3 install ) run: ( cd auxil/broker/caf && ./configure --prefix=`pwd`/build/install-root && cd build && make -j 3 install )
- name: Configure - 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 - name: Fetch Coverity Tools
env: env:

View file

@ -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 4.1.0-dev.497 | 2021-04-07 15:54:21 -0700
* GH-1493: Fix build with -DENABLE_MOBILE_IPV6 (Tim Wojtulewicz, Corelight) * GH-1493: Fix build with -DENABLE_MOBILE_IPV6 (Tim Wojtulewicz, Corelight)

View file

@ -1 +1 @@
4.1.0-dev.497 4.1.0-dev.498