mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
Merge branch 'topic/timw/coverity-build-failure'
* topic/timw/coverity-build-failure: CI: Add missing packages to coverity workflow
This commit is contained in:
commit
909a3d30b2
3 changed files with 23 additions and 14 deletions
29
.github/workflows/coverity-scan.yml
vendored
29
.github/workflows/coverity-scan.yml
vendored
|
@ -21,26 +21,29 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
sudo apt-get update
|
sudo apt-get update
|
||||||
sudo apt-get -y install \
|
sudo apt-get -y install \
|
||||||
git \
|
|
||||||
cmake \
|
|
||||||
make \
|
|
||||||
gcc \
|
|
||||||
g++ \
|
|
||||||
flex \
|
|
||||||
bison \
|
bison \
|
||||||
|
bsdmainutils \
|
||||||
|
cmake \
|
||||||
|
cppmzq-dev \
|
||||||
|
curl \
|
||||||
|
flex \
|
||||||
|
g++ \
|
||||||
|
gcc \
|
||||||
|
git \
|
||||||
|
libfl-dev \
|
||||||
|
libfl2 \
|
||||||
|
libkrb5-dev \
|
||||||
|
libmaxminddb-dev \
|
||||||
libpcap-dev \
|
libpcap-dev \
|
||||||
libssl-dev \
|
libssl-dev \
|
||||||
|
make \
|
||||||
python3 \
|
python3 \
|
||||||
python3-dev \
|
python3-dev \
|
||||||
python3-pip \
|
python3-pip \
|
||||||
swig \
|
|
||||||
zlib1g-dev \
|
|
||||||
libmaxminddb-dev \
|
|
||||||
libkrb5-dev \
|
|
||||||
bsdmainutils \
|
|
||||||
sqlite3 \
|
sqlite3 \
|
||||||
curl \
|
swig \
|
||||||
wget
|
wget \
|
||||||
|
zlib1g-dev
|
||||||
|
|
||||||
- name: Configure
|
- name: Configure
|
||||||
run: ./configure --build-type=debug --disable-broker-tests
|
run: ./configure --build-type=debug --disable-broker-tests
|
||||||
|
|
6
CHANGES
6
CHANGES
|
@ -1,3 +1,9 @@
|
||||||
|
7.2.0-dev.2 | 2024-12-13 16:46:18 -0700
|
||||||
|
|
||||||
|
* CI: Add missing packages to coverity workflow (Tim Wojtulewicz, Corelight)
|
||||||
|
|
||||||
|
* Start of 7.2.0 development (Tim Wojtulewicz, Corelight)
|
||||||
|
|
||||||
7.1.0-dev.829 | 2024-12-13 13:15:41 -0700
|
7.1.0-dev.829 | 2024-12-13 13:15:41 -0700
|
||||||
|
|
||||||
* Updating submodule(s) [nomail] (Tim Wojtulewicz, Corelight)
|
* Updating submodule(s) [nomail] (Tim Wojtulewicz, Corelight)
|
||||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
||||||
7.2.0-dev.0
|
7.2.0-dev.2
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue