mirror of
https://github.com/haproxy/haproxy.git
synced 2026-04-22 23:02:34 -04:00
CI: Github Actions: enable BoringSSL builds
This commit is contained in:
parent
cf67a12598
commit
f644c5a95f
1 changed files with 1 additions and 0 deletions
1
.github/matrix.py
vendored
1
.github/matrix.py
vendored
|
|
@ -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":
|
||||
|
|
|
|||
Loading…
Reference in a new issue