CI: github actions: switch to stable LibreSSL release
authorIlya Shipitsin <chipitsine@gmail.com>
Fri, 19 Feb 2021 07:09:31 +0000 (12:09 +0500)
committerWilliam Lallemand <wlallemand@haproxy.org>
Tue, 7 Dec 2021 18:03:19 +0000 (19:03 +0100)
LibreSSL-3.3.0 appeared to have its own bugs, it is development release,
let us switch to stable LibreSSL-3.2.4 instead

(cherry picked from commit 938e85b22826d0f13f35539d2ea9ff7ac9b90fe5)
Signed-off-by: William Lallemand <wlallemand@haproxy.org>

.github/matrix.py

index a5ce191..3489833 100644 (file)
@@ -105,7 +105,7 @@ for CC in ["gcc", "clang"]:
         "stock",
         "OPENSSL_VERSION=1.0.2u",
         "LIBRESSL_VERSION=2.9.2",
-        "LIBRESSL_VERSION=3.3.0",
+        "LIBRESSL_VERSION=3.2.4",
         "BORINGSSL=yes",
     ]:
         flags = ["USE_OPENSSL=1"]