mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 22:58: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:
|
jobs:
|
||||||
scan:
|
scan:
|
||||||
if: github.repository == 'zeek/zeek'
|
if: github.repository == 'zeek/zeek'
|
||||||
runs-on: ubuntu-18.04
|
runs-on: ubuntu-20.04
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
@ -32,6 +32,7 @@ jobs:
|
||||||
python3-pip \
|
python3-pip \
|
||||||
swig \
|
swig \
|
||||||
zlib1g-dev \
|
zlib1g-dev \
|
||||||
|
libmaxminddb-dev \
|
||||||
libkrb5-dev \
|
libkrb5-dev \
|
||||||
bsdmainutils \
|
bsdmainutils \
|
||||||
sqlite3 \
|
sqlite3 \
|
||||||
|
@ -42,7 +43,7 @@ jobs:
|
||||||
run: cd auxil/broker/caf && ./configure --prefix=`pwd`/build/install-root && cd build && make -j $(nproc) install
|
run: cd auxil/broker/caf && ./configure --prefix=`pwd`/build/install-root && cd build && make -j $(nproc) install
|
||||||
|
|
||||||
- name: Configure
|
- 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
|
- name: Fetch Coverity Tools
|
||||||
env:
|
env:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue