mirror of
http://git.haproxy.org/git/haproxy.git/
synced 2024-12-22 04:10:48 +00:00
CI: Github Actions: temporarily disable BoringSSL builds
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.
This commit is contained in:
parent
bc1223be79
commit
30ee2965b6
2
.github/matrix.py
vendored
2
.github/matrix.py
vendored
@ -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":
|
||||
|
Loading…
Reference in New Issue
Block a user