]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
CI: SSL: temporarily stick to LibreSSL=3.5.3
authorIlya Shipitsin <chipitsine@gmail.com>
Tue, 11 Oct 2022 07:11:55 +0000 (12:11 +0500)
committerWilly Tarreau <w@1wt.eu>
Thu, 13 Oct 2022 06:53:27 +0000 (08:53 +0200)
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

index 88dbaa8d965925df641753d4ecef14060acdea9e..19ae87d79c4ade67be5c778fc0e8bdae4211e25b 100755 (executable)
@@ -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",
     ]: