From 4d613d1c83680c0f0e8f71e0bbb9fc14221feda9 Mon Sep 17 00:00:00 2001 From: Peter Surda Date: Tue, 5 Mar 2024 09:16:43 +0800 Subject: [PATCH] Downgrade pyOpenSSL on old ubuntu --- lib/worker_multibuild.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/worker_multibuild.py b/lib/worker_multibuild.py index 3255d7f..5899ce7 100644 --- a/lib/worker_multibuild.py +++ b/lib/worker_multibuild.py @@ -43,7 +43,7 @@ RUN apt-get update -y && apt-get install -yq --no-install-suggests --no-install- python3-pip dumb-init curl openssh-client wget python3-wheel \ pkg-config rustc cargo RUN pip3 install setuptools_rust -RUN pip3 install buildbot-worker pyOpenSSL +RUN pip3 install buildbot-worker pyOpenSSL==18.0.0 RUN groupadd buildbot RUN useradd -d /var/lib/buildbot -m -g buildbot buildbot @@ -91,7 +91,7 @@ RUN apt-get update -y && apt-get install -yq --no-install-suggests --no-install- python-setuptools python-psutil libssl-dev python-dev libgmp-dev \ python-virtualenv python3-wheel pkg-config rustc cargo RUN pip3 install setuptools_rust -RUN pip3 install buildbot-worker pyOpenSSL +RUN pip3 install buildbot-worker pyOpenSSL==16.2.0 RUN groupadd buildbot RUN useradd -d /var/lib/buildbot -m -g buildbot buildbot