projects
/
haproxy-2.5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9bc457f
)
CI: Github Actions: enable USE_QUIC=1 for BoringSSL builds
author
Ilya Shipitsin
<chipitsine@gmail.com>
Sun, 9 May 2021 16:27:28 +0000
(21:27 +0500)
committer
Willy Tarreau
<w@1wt.eu>
Mon, 10 May 2021 05:24:55 +0000
(07:24 +0200)
if haproxy is built against BoringSSL, let us add USE_QUIC=1 dynamically
.github/matrix.py
patch
|
blob
|
history
diff --git
a/.github/matrix.py
b/.github/matrix.py
index
577ad5b
..
067ce93
100644
(file)
--- a/
.github/matrix.py
+++ b/
.github/matrix.py
@@
-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")