mirror of
https://github.com/zeek/zeek.git
synced 2025-10-01 22:28:20 +00:00
Merge branch 'topic/christian/ci-updates'
* topic/christian/ci-updates: CI: Use FEDORA40 crypto policy in Fedora 41 Bump zeekjs to 0.13.0 CI: bump FreeBSD 13 to 13.4, released in September CI: drop Fedora 39, add 41
This commit is contained in:
commit
af4c21763f
5 changed files with 29 additions and 12 deletions
|
@ -1,8 +1,8 @@
|
|||
FROM fedora:39
|
||||
FROM fedora:41
|
||||
|
||||
# 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 20231208
|
||||
ENV DOCKERFILE_VERSION 20241112
|
||||
|
||||
RUN dnf -y install \
|
||||
bison \
|
||||
|
@ -28,6 +28,11 @@ RUN dnf -y install \
|
|||
swig \
|
||||
which \
|
||||
zlib-devel \
|
||||
crypto-policies-scripts \
|
||||
&& dnf clean all && rm -rf /var/cache/dnf
|
||||
|
||||
RUN pip3 install websockets junit2html
|
||||
|
||||
# Required to allow validation of certificates with SHA1 signatures
|
||||
# See: https://fedoraproject.org/wiki/Changes/OpenSSLDistrustSHA1SigVer
|
||||
RUN update-crypto-policies --set FEDORA40
|
Loading…
Add table
Add a link
Reference in a new issue