Skip to content

Commit

Permalink
fix(ci): update openssl source URLs (#2091)
Browse files Browse the repository at this point in the history
  • Loading branch information
mabaasit authored Jul 24, 2024
1 parent 5205f4e commit b44b41d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .evergreen/compile-artifact.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@ elif uname -a | grep -q 'Darwin.*x86_64'; then
elif [ -n "$MONGOSH_SHARED_OPENSSL" ]; then
pushd /tmp/m
if [ "$MONGOSH_SHARED_OPENSSL" == "openssl11" ]; then
curl -sSfLO https://www.openssl.org/source/openssl-1.1.1o.tar.gz
curl -sSfLO https://www.openssl.org/source/old/1.1.1/openssl-1.1.1o.tar.gz
MONGOSH_OPENSSL_LIBNAME=:libcrypto.so.1.1,:libssl.so.1.1
elif [ "$MONGOSH_SHARED_OPENSSL" == "openssl3" ]; then
curl -sSfLO https://www.openssl.org/source/openssl-3.0.5.tar.gz
curl -sSfLO https://www.openssl.org/source/old/3.0/openssl-3.0.5.tar.gz
MONGOSH_OPENSSL_LIBNAME=:libcrypto.so.3,:libssl.so.3
else
echo "Unknown MONGOSH_SHARED_OPENSSL value: $MONGOSH_SHARED_OPENSSL"
Expand Down

0 comments on commit b44b41d

Please sign in to comment.