From 76aaece53118efec0bdcd003efb31f03d6286c92 Mon Sep 17 00:00:00 2001 From: Jessica Wagantall Date: Mon, 23 Oct 2023 12:39:32 -0700 Subject: [PATCH] Fix: Pin setuptools in jjb-deploy-job.sh This is in order to fix the OpenSSL issue: urllib3 v2.0 only supports OpenSSL 1.1.1+ Issue: RELENG-4952 Signed-off-by: Jessica Wagantall Change-Id: I389c29fab9f892950f424d92eff65b8900d3e6e8 --- shell/jjb-deploy-job.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell/jjb-deploy-job.sh b/shell/jjb-deploy-job.sh index 08e64aa5..f62b7df0 100644 --- a/shell/jjb-deploy-job.sh +++ b/shell/jjb-deploy-job.sh @@ -20,7 +20,7 @@ set -uef -o pipefail source ~/lf-env.sh # Version controlled by JJB_VERSION -lf-activate-venv --python python3 --venv-file /tmp/.jjb_venv jenkins-job-builder +lf-activate-venv --python python3 --venv-file /tmp/.jjb_venv jenkins-job-builder setuptools==65.7.0 # Fetch patch if gerrit project matches the jjb-deploy project if [ "${GERRIT_PROJECT}" == "${PROJECT}" ]; then -- 2.16.6