mirror of
https://github.com/zeek/zeek.git
synced 2025-10-04 07:38:19 +00:00
Remove Fedora 31 (EOL) from CI
This commit is contained in:
parent
ea841f32b1
commit
acc76a816a
2 changed files with 0 additions and 38 deletions
|
@ -87,13 +87,6 @@ fedora32_task:
|
||||||
<< : *RESOURCES_TEMPLATE
|
<< : *RESOURCES_TEMPLATE
|
||||||
<< : *CI_TEMPLATE
|
<< : *CI_TEMPLATE
|
||||||
|
|
||||||
fedora31_task:
|
|
||||||
container:
|
|
||||||
# Fedora 31 EOL: Nov 24 2020
|
|
||||||
dockerfile: ci/fedora-31/Dockerfile
|
|
||||||
<< : *RESOURCES_TEMPLATE
|
|
||||||
<< : *CI_TEMPLATE
|
|
||||||
|
|
||||||
centos8_task:
|
centos8_task:
|
||||||
container:
|
container:
|
||||||
# CentOS 8 EOL: May 31, 2029
|
# CentOS 8 EOL: May 31, 2029
|
||||||
|
|
|
@ -1,31 +0,0 @@
|
||||||
FROM fedora:31
|
|
||||||
|
|
||||||
RUN yum -y install \
|
|
||||||
bison \
|
|
||||||
cmake \
|
|
||||||
diffutils \
|
|
||||||
findutils \
|
|
||||||
flex \
|
|
||||||
git \
|
|
||||||
gcc \
|
|
||||||
gcc-c++ \
|
|
||||||
libpcap-devel \
|
|
||||||
make \
|
|
||||||
openssl \
|
|
||||||
openssl-devel \
|
|
||||||
python3 \
|
|
||||||
python3-devel \
|
|
||||||
python3-pip\
|
|
||||||
sqlite \
|
|
||||||
swig \
|
|
||||||
which \
|
|
||||||
zlib-devel \
|
|
||||||
&& yum clean all && rm -rf /var/cache/yum
|
|
||||||
|
|
||||||
# Many distros adhere to PEP 394's recommendation for `python` = `python2` so
|
|
||||||
# this is a simple workaround until we drop Python 2 support and explicitly
|
|
||||||
# use `python3` for all invocations (e.g. in shebangs).
|
|
||||||
RUN ln -sf /usr/bin/python3 /usr/local/bin/python
|
|
||||||
RUN ln -sf /usr/bin/pip3 /usr/local/bin/pip
|
|
||||||
|
|
||||||
RUN pip install junit2html
|
|
Loading…
Add table
Add a link
Reference in a new issue