Skip to content

Commit e0cd8f5

Browse files
committed
Try to fix ubuntu 22.04 build, which py37 and py38 images use.
1 parent 882342f commit e0cd8f5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.circleci/config.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,11 @@ defaults: &defaults
4242
4343
cat /etc/os-release
4444
set -x
45+
# ------ (2022-10-28) install libssl1.1 since mongo doesn't support Ubuntu 22.04 which has libssl v3
46+
echo "deb http://security.ubuntu.com/ubuntu focal-security main" | sudo tee /etc/apt/sources.list.d/focal-security.list
47+
sudo apt-get update
48+
sudo apt-get install libssl1.1
49+
# -------
4550
wget -qO - https://www.mongodb.org/static/pgp/server-4.2.asc | sudo apt-key add -
4651
sudo apt-get install gnupg
4752
wget -qO - https://www.mongodb.org/static/pgp/server-4.2.asc | sudo apt-key add -

0 commit comments

Comments
 (0)