mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
Remove CentOS 8 from CI.
EOL was 2021-12-31
This commit is contained in:
parent
e0e779ade1
commit
46df2edfb1
2 changed files with 0 additions and 42 deletions
12
.cirrus.yml
12
.cirrus.yml
|
@ -122,18 +122,6 @@ centosstream8_task:
|
||||||
<< : *RESOURCES_TEMPLATE
|
<< : *RESOURCES_TEMPLATE
|
||||||
<< : *CI_TEMPLATE
|
<< : *CI_TEMPLATE
|
||||||
|
|
||||||
centos8_task:
|
|
||||||
container:
|
|
||||||
# CentOS 8 EOL: May 31, 2029
|
|
||||||
dockerfile: ci/centos-8/Dockerfile
|
|
||||||
<< : *RESOURCES_TEMPLATE
|
|
||||||
env:
|
|
||||||
ZEEK_CI_CREATE_ARTIFACT: 1
|
|
||||||
<< : *CI_TEMPLATE
|
|
||||||
upload_binary_artifacts:
|
|
||||||
path: build.tgz
|
|
||||||
benchmark_script: ./ci/benchmark.sh
|
|
||||||
|
|
||||||
centos7_task:
|
centos7_task:
|
||||||
container:
|
container:
|
||||||
# CentOS 7 EOL: June 30, 2024
|
# CentOS 7 EOL: June 30, 2024
|
||||||
|
|
|
@ -1,30 +0,0 @@
|
||||||
FROM centos:8
|
|
||||||
|
|
||||||
RUN dnf -y install epel-release dnf-plugins-core \
|
|
||||||
&& dnf clean all && rm -rf /var/cache/dnf
|
|
||||||
|
|
||||||
RUN dnf config-manager --set-enabled powertools
|
|
||||||
|
|
||||||
RUN dnf -y update && dnf -y install \
|
|
||||||
git \
|
|
||||||
cmake \
|
|
||||||
make \
|
|
||||||
gcc \
|
|
||||||
gcc-c++ \
|
|
||||||
flex \
|
|
||||||
bison \
|
|
||||||
swig \
|
|
||||||
openssl \
|
|
||||||
openssl-devel \
|
|
||||||
libpcap-devel \
|
|
||||||
python3 \
|
|
||||||
python3-devel \
|
|
||||||
python3-pip \
|
|
||||||
zlib-devel \
|
|
||||||
libsqlite3x-devel \
|
|
||||||
findutils \
|
|
||||||
diffutils \
|
|
||||||
which \
|
|
||||||
&& dnf clean all && rm -rf /var/cache/dnf
|
|
||||||
|
|
||||||
RUN pip3 install junit2html
|
|
Loading…
Add table
Add a link
Reference in a new issue