From: Ilya Shipitsin Date: Tue, 11 Oct 2022 07:11:55 +0000 (+0500) Subject: CI: SSL: temporarily stick to LibreSSL=3.5.3 X-Git-Tag: v2.7-dev8~25 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b65fd666665616b313a2465bf4f71c6d86ceb6f2;p=thirdparty%2Fhaproxy.git 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" --- diff --git a/.github/matrix.py b/.github/matrix.py index 88dbaa8d96..19ae87d79c 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", ]: