CI: Github Actions: enable BoringSSL builds

This commit is contained in:
Ilya Shipitsin 2020-11-20 14:43:23 +05:00 committed by Willy Tarreau
parent cf67a12598
commit f644c5a95f
1 changed files with 1 additions and 0 deletions

1
.github/matrix.py vendored
View File

@ -97,6 +97,7 @@ for CC in ["gcc", "clang"]:
"OPENSSL_VERSION=1.0.2u", "OPENSSL_VERSION=1.0.2u",
"LIBRESSL_VERSION=2.9.2", "LIBRESSL_VERSION=2.9.2",
"LIBRESSL_VERSION=3.1.1", "LIBRESSL_VERSION=3.1.1",
"BORINGSSL=yes",
]: ]:
flags = ["USE_OPENSSL=1"] flags = ["USE_OPENSSL=1"]
if ssl != "stock": if ssl != "stock":