WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit 941bbee

Browse files
committed
chore(ci): bump OpenSSL version for FIPS builds in Docker tests MONGOSH-3048
As part of these Docker tests, we replace the system OpenSSL library with one that we build. RHEL9 has started requiring a more recent verison of OpenSSL 3.x, leading to test failures in CI; the easiest fix here is to just bump the version we install.
1 parent beb3c79 commit 941bbee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/docker/compile-and-install-openssl3.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ fi
2121
mkdir -p /tmp/build
2222
pushd /tmp/build
2323
# Download and unpack OpenSSL
24-
curl -sSfLO https://www.openssl.org/source/openssl-3.0.5.tar.gz
24+
curl -sSfLO https://www.openssl.org/source/openssl-3.6.0.tar.gz
2525

2626
tar xvzf openssl-*.tar.gz
2727
rm -f openssl-*.tar.gz

0 commit comments

Comments
 (0)