mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2025-08-07 23:56:57 +02:00
CI: enable QUIC for LibreSSL builds
since LibreSSL-3.6.x supports QUIC, let us enable it
This commit is contained in:
parent
70b2c72687
commit
6397c7c55f
2
.github/matrix.py
vendored
2
.github/matrix.py
vendored
@ -134,7 +134,7 @@ for CC in ["gcc", "clang"]:
|
|||||||
# "BORINGSSL=yes",
|
# "BORINGSSL=yes",
|
||||||
]:
|
]:
|
||||||
flags = ["USE_OPENSSL=1"]
|
flags = ["USE_OPENSSL=1"]
|
||||||
if ssl == "BORINGSSL=yes" or ssl == "QUICTLS=yes":
|
if ssl == "BORINGSSL=yes" or ssl == "QUICTLS=yes" or "LIBRESSL" in ssl:
|
||||||
flags.append("USE_QUIC=1")
|
flags.append("USE_QUIC=1")
|
||||||
if ssl != "stock":
|
if ssl != "stock":
|
||||||
flags.append("SSL_LIB=${HOME}/opt/lib")
|
flags.append("SSL_LIB=${HOME}/opt/lib")
|
||||||
|
Loading…
Reference in New Issue
Block a user