From: Ilya Shipitsin Date: Fri, 19 Feb 2021 07:09:31 +0000 (+0500) Subject: CI: github actions: switch to stable LibreSSL release X-Git-Tag: v2.4-dev9~6 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=938e85b22826d0f13f35539d2ea9ff7ac9b90fe5;p=thirdparty%2Fhaproxy.git CI: github actions: switch to stable LibreSSL release LibreSSL-3.3.0 appeared to have its own bugs, it is development release, let us switch to stable LibreSSL-3.2.4 instead --- diff --git a/.github/matrix.py b/.github/matrix.py index a5ce1919a0..3489833d08 100644 --- a/.github/matrix.py +++ b/.github/matrix.py @@ -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"]