CI: Github Actions: enable BoringSSL builds
authorIlya Shipitsin <chipitsine@gmail.com>
Fri, 20 Nov 2020 09:43:23 +0000 (14:43 +0500)
committerWilliam Lallemand <wlallemand@haproxy.org>
Tue, 7 Dec 2021 18:00:29 +0000 (19:00 +0100)
(cherry picked from commit f644c5a95ff62422aa87ab1891d5a2457d701bd7)
Signed-off-by: William Lallemand <wlallemand@haproxy.org>

.github/matrix.py

index 0576a62..c08f850 100644 (file)
@@ -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":