From b65fd666665616b313a2465bf4f71c6d86ceb6f2 Mon Sep 17 00:00:00 2001 From: Ilya Shipitsin Date: Tue, 11 Oct 2022 12:11:55 +0500 Subject: [PATCH] CI: SSL: temporarily stick to LibreSSL=3.5.3 recently released 3.6.0 introduced some regression which must be resolved first, let us use 3.5.3 notation instead of "latest" --- .github/matrix.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/matrix.py b/.github/matrix.py index 88dbaa8d9..19ae87d79 100755 --- a/.github/matrix.py +++ b/.github/matrix.py @@ -128,7 +128,7 @@ for CC in ["gcc", "clang"]: "stock", "OPENSSL_VERSION=1.0.2u", "OPENSSL_VERSION=latest", - "LIBRESSL_VERSION=latest", + "LIBRESSL_VERSION=3.5.3", "QUICTLS=yes", # "BORINGSSL=yes", ]: