From 695e0937c09a6a99afcfc126516af1e191c8b3b9 Mon Sep 17 00:00:00 2001 From: Will Greenberg Date: Thu, 2 May 2024 14:42:20 -0700 Subject: [PATCH] wip disable legacy --- .azure-pipelines/templates/jobs/common-deploy-jobs.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.azure-pipelines/templates/jobs/common-deploy-jobs.yml b/.azure-pipelines/templates/jobs/common-deploy-jobs.yml index 705ae1dd3..e353681b8 100644 --- a/.azure-pipelines/templates/jobs/common-deploy-jobs.yml +++ b/.azure-pipelines/templates/jobs/common-deploy-jobs.yml @@ -47,6 +47,7 @@ jobs: SNAP_ARCH: amd64 arm32v6: SNAP_ARCH: armhf + CRYPTOGRAPHY_OPENSSL_NO_LEGACY: 1 arm64v8: SNAP_ARCH: arm64 steps: