mirror of
http://git.haproxy.org/git/haproxy.git/
synced 2025-02-18 03:26:55 +00:00
CI: Github Actions: enable USE_QUIC=1 for BoringSSL builds
if haproxy is built against BoringSSL, let us add USE_QUIC=1 dynamically
This commit is contained in:
parent
9bc457f0ea
commit
714f28ceef
2
.github/matrix.py
vendored
2
.github/matrix.py
vendored
@ -109,6 +109,8 @@ for CC in ["gcc", "clang"]:
|
||||
"BORINGSSL=yes",
|
||||
]:
|
||||
flags = ["USE_OPENSSL=1"]
|
||||
if ssl == "BORINGSSL=yes":
|
||||
flags.append("USE_QUIC=1")
|
||||
if ssl != "stock":
|
||||
flags.append("SSL_LIB=${HOME}/opt/lib")
|
||||
flags.append("SSL_INC=${HOME}/opt/include")
|
||||
|
Loading…
Reference in New Issue
Block a user