mirror of
https://github.com/zeek/zeek.git
synced 2025-10-16 13:38:19 +00:00
Merge branch 'topic/christian/coverity-drop-external-caf'
* topic/christian/coverity-drop-external-caf: Remove external CAF build for Coverity setup
This commit is contained in:
commit
0a7e64c316
3 changed files with 6 additions and 5 deletions
5
.github/workflows/coverity-scan.yml
vendored
5
.github/workflows/coverity-scan.yml
vendored
|
@ -42,11 +42,8 @@ jobs:
|
|||
curl \
|
||||
wget
|
||||
|
||||
- name: Install CAF
|
||||
run: cd auxil/broker/caf && ./configure --prefix=`pwd`/build/install-root && cd build && make -j $(nproc) install
|
||||
|
||||
- name: Configure
|
||||
run: ./configure --build-type=debug --with-caf=`pwd`/auxil/broker/caf/build/install-root --disable-broker-tests --disable-spicy
|
||||
run: ./configure --build-type=debug --disable-broker-tests --disable-spicy
|
||||
|
||||
- name: Fetch Coverity Tools
|
||||
env:
|
||||
|
|
4
CHANGES
4
CHANGES
|
@ -1,3 +1,7 @@
|
|||
5.2.0-dev.131 | 2022-10-21 16:29:14 -0700
|
||||
|
||||
* Remove external CAF build for Coverity setup (Christian Kreibich, Corelight)
|
||||
|
||||
5.2.0-dev.129 | 2022-10-21 12:24:25 -0700
|
||||
|
||||
* Remove cmake tests for LIBPCAP_PCAP_COMPILE_NOPCAP_HAS_ERROR_PARAMETER (Tim Wojtulewicz, Corelight)
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
5.2.0-dev.129
|
||||
5.2.0-dev.131
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue