From: Ilya Shipitsin Date: Fri, 20 Nov 2020 09:43:23 +0000 (+0500) Subject: CI: Github Actions: enable BoringSSL builds X-Git-Tag: v2.4-dev1~13 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f644c5a95ff62422aa87ab1891d5a2457d701bd7;p=thirdparty%2Fhaproxy.git CI: Github Actions: enable BoringSSL builds --- diff --git a/.github/matrix.py b/.github/matrix.py index 0576a62ff9..c08f85040a 100644 --- a/.github/matrix.py +++ b/.github/matrix.py @@ -97,6 +97,7 @@ for CC in ["gcc", "clang"]: "OPENSSL_VERSION=1.0.2u", "LIBRESSL_VERSION=2.9.2", "LIBRESSL_VERSION=3.1.1", + "BORINGSSL=yes", ]: flags = ["USE_OPENSSL=1"] if ssl != "stock":