mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
Merge remote-tracking branch 'origin/topic/bbannier/ci-centos8-stream-eol'
This commit is contained in:
commit
345fc31dcc
4 changed files with 5 additions and 43 deletions
|
@ -188,14 +188,6 @@ centosstream9_task:
|
|||
<< : *RESOURCES_TEMPLATE
|
||||
<< : *CI_TEMPLATE
|
||||
|
||||
centosstream8_task:
|
||||
container:
|
||||
# Stream 8 EOL: May 31, 2024
|
||||
dockerfile: ci/centos-stream-8/Dockerfile
|
||||
<< : *RESOURCES_TEMPLATE
|
||||
<< : *CI_TEMPLATE
|
||||
<< : *SKIP_TASK_ON_PR
|
||||
|
||||
debian12_task:
|
||||
container:
|
||||
# Debian 12 (bookworm) EOL: TBD
|
||||
|
|
4
CHANGES
4
CHANGES
|
@ -1,3 +1,7 @@
|
|||
7.0.0-dev.380 | 2024-06-11 15:11:43 +0200
|
||||
|
||||
* Drop EOL centos8-stream in CI (Benjamin Bannier, Corelight)
|
||||
|
||||
7.0.0-dev.378 | 2024-06-11 12:01:03 +0200
|
||||
|
||||
* Suppress a known data race during civetweb shutdown (Tim Wojtulewicz)
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
7.0.0-dev.378
|
||||
7.0.0-dev.380
|
||||
|
|
|
@ -1,34 +0,0 @@
|
|||
FROM quay.io/centos/centos:stream8
|
||||
|
||||
# A version field to invalidate Cirrus's build cache when needed, as suggested in
|
||||
# https://github.com/cirruslabs/cirrus-ci-docs/issues/544#issuecomment-566066822
|
||||
ENV DOCKERFILE_VERSION 20230801
|
||||
|
||||
RUN dnf -y install https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm
|
||||
RUN dnf config-manager --set-enabled powertools
|
||||
|
||||
RUN dnf -y install \
|
||||
bison \
|
||||
ccache \
|
||||
cmake \
|
||||
diffutils \
|
||||
flex \
|
||||
gcc \
|
||||
gcc-c++ \
|
||||
git \
|
||||
jq \
|
||||
libpcap-devel \
|
||||
make \
|
||||
openssl \
|
||||
openssl-devel \
|
||||
procps-ng \
|
||||
python38 \
|
||||
python38-devel \
|
||||
python38-pip\
|
||||
sqlite \
|
||||
swig \
|
||||
which \
|
||||
zlib-devel \
|
||||
&& dnf clean all && rm -rf /var/cache/dnf
|
||||
|
||||
RUN pip3 install websockets junit2html
|
Loading…
Add table
Add a link
Reference in a new issue