mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
Add Fedora 34 to CI
This commit is contained in:
parent
ff79a58f59
commit
c9e91ada8c
2 changed files with 30 additions and 0 deletions
|
@ -91,6 +91,13 @@ env:
|
|||
# Linux EOL timelines: https://linuxlifecycle.com/
|
||||
# Fedora (~13 months): https://fedoraproject.org/wiki/Fedora_Release_Life_Cycle
|
||||
|
||||
fedora34_task:
|
||||
container:
|
||||
# Fedora 34 EOL: Around May 2022
|
||||
dockerfile: ci/fedora-34/Dockerfile
|
||||
<< : *RESOURCES_TEMPLATE
|
||||
<< : *CI_TEMPLATE
|
||||
|
||||
fedora33_task:
|
||||
container:
|
||||
# Fedora 33 EOL: Around November 2022
|
||||
|
|
23
ci/fedora-34/Dockerfile
Normal file
23
ci/fedora-34/Dockerfile
Normal file
|
@ -0,0 +1,23 @@
|
|||
FROM fedora:34
|
||||
|
||||
RUN dnf -y install \
|
||||
bison \
|
||||
cmake \
|
||||
diffutils \
|
||||
findutils \
|
||||
flex \
|
||||
git \
|
||||
gcc \
|
||||
gcc-c++ \
|
||||
libpcap-devel \
|
||||
make \
|
||||
openssl-devel \
|
||||
python3-devel \
|
||||
python3-pip\
|
||||
sqlite \
|
||||
swig \
|
||||
which \
|
||||
zlib-devel \
|
||||
&& dnf clean all && rm -rf /var/cache/dnf
|
||||
|
||||
RUN pip3 install junit2html
|
Loading…
Add table
Add a link
Reference in a new issue