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:
bc1223b
)
CI: Github Actions: temporarily disable BoringSSL builds
author
Willy Tarreau
<w@1wt.eu>
Thu, 2 Sep 2021 15:32:43 +0000
(17:32 +0200)
committer
Willy Tarreau
<w@1wt.eu>
Thu, 2 Sep 2021 15:32:43 +0000
(17:32 +0200)
A recent update to BoringSSL broke the build again, and given that
it's not used except for QUIC development, let's temporarily disable
it until the issue is analysed and fixed.
.github/matrix.py
patch
|
blob
|
history
diff --git
a/.github/matrix.py
b/.github/matrix.py
index
0478aa4
..
e3334a0
100755
(executable)
--- a/
.github/matrix.py
+++ b/
.github/matrix.py
@@
-113,7
+113,7
@@
for CC in ["gcc", "clang"]:
"OPENSSL_VERSION=3.0.0-alpha17",
"LIBRESSL_VERSION=2.9.2",
"LIBRESSL_VERSION=3.3.3",
- "BORINGSSL=yes",
+# "BORINGSSL=yes",
]:
flags = ["USE_OPENSSL=1"]
if ssl == "BORINGSSL=yes":