mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Disable Spicy in Zeek Coverity builds
This commit is contained in:
parent
92a7773dd5
commit
2416f832a2
1 changed files with 3 additions and 2 deletions
5
.github/workflows/coverity-scan.yml
vendored
5
.github/workflows/coverity-scan.yml
vendored
|
@ -7,7 +7,7 @@ on:
|
|||
jobs:
|
||||
scan:
|
||||
if: github.repository == 'zeek/zeek'
|
||||
runs-on: ubuntu-18.04
|
||||
runs-on: ubuntu-20.04
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
@ -32,6 +32,7 @@ jobs:
|
|||
python3-pip \
|
||||
swig \
|
||||
zlib1g-dev \
|
||||
libmaxminddb-dev \
|
||||
libkrb5-dev \
|
||||
bsdmainutils \
|
||||
sqlite3 \
|
||||
|
@ -42,7 +43,7 @@ jobs:
|
|||
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
|
||||
run: ./configure --build-type=debug --with-caf=`pwd`/auxil/broker/caf/build/install-root --disable-broker-tests --disable-spicy
|
||||
|
||||
- name: Fetch Coverity Tools
|
||||
env:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue