mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Remove external CAF build for Coverity setup
The Coverity build used an external CAF setup because the bundled build used to cause internal errors in Coverity's tooling. zeek/broker#285 causes a problem with the external CAF setup, plus Coverity now looks happy with the usual bundled build, so this commit simply drops the external CAF approach.
This commit is contained in:
parent
d116983d04
commit
efc0a1f8d8
1 changed files with 1 additions and 4 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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue