CI: Drop fedora-40

Still 3 weeks to go, but not quite seeing why we should support 3
different Fedora releases with Zeek 7.2.
This commit is contained in:
Arne Welzel 2025-05-08 09:37:22 +02:00
parent aacc484543
commit 368a38a050
2 changed files with 0 additions and 40 deletions

View file

@ -187,13 +187,6 @@ fedora41_task:
dockerfile: ci/fedora-41/Dockerfile
<< : *RESOURCES_TEMPLATE
<< : *CI_TEMPLATE
fedora40_task:
container:
# Fedora 40 EOL: Around May 2025
dockerfile: ci/fedora-40/Dockerfile
<< : *RESOURCES_TEMPLATE
<< : *CI_TEMPLATE
<< : *SKIP_TASK_ON_PR
centosstream9_task:

View file

@ -1,33 +0,0 @@
FROM fedora:40
# 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 20241024
RUN dnf -y install \
bison \
ccache \
cmake \
cppzmq-devel \
diffutils \
dnsmasq \
flex \
gcc \
gcc-c++ \
git \
jq \
libpcap-devel \
make \
nodejs-devel \
openssl \
openssl-devel \
procps-ng \
python3-devel \
python3-pip\
sqlite \
swig \
which \
zlib-devel \
&& dnf clean all && rm -rf /var/cache/dnf
RUN pip3 install websockets junit2html