mirror of
https://github.com/zeek/zeek.git
synced 2025-10-01 22:28:20 +00:00
testing/btest: Use OPENSSL_ENABLE_SHA1_SIGNATURES
This reverts the call to update-crypto-policies in the Fedora 41 image and instead sets OPENSSL_ENABLE_SHA1_SIGNATURES in the individual tests. This allows RHEL 10 or Fedora 41 users to run the tests in question without needing to fiddle with system settings. Fixes #4035
This commit is contained in:
parent
0290a73544
commit
bb2e20d353
5 changed files with 14 additions and 10 deletions
|
@ -2,7 +2,7 @@ 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 20241115
|
||||
ENV DOCKERFILE_VERSION 20250203
|
||||
|
||||
RUN dnf -y install \
|
||||
bison \
|
||||
|
@ -33,7 +33,3 @@ RUN dnf -y install \
|
|||
&& 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