mirror of
http://git.haproxy.org/git/haproxy.git/
synced 2025-01-31 10:31:46 +00:00
CI: SSL: temporarily stick to LibreSSL=3.5.3
recently released 3.6.0 introduced some regression which must be resolved first, let us use 3.5.3 notation instead of "latest"
This commit is contained in:
parent
14711bdc9a
commit
b65fd66666
2
.github/matrix.py
vendored
2
.github/matrix.py
vendored
@ -128,7 +128,7 @@ for CC in ["gcc", "clang"]:
|
||||
"stock",
|
||||
"OPENSSL_VERSION=1.0.2u",
|
||||
"OPENSSL_VERSION=latest",
|
||||
"LIBRESSL_VERSION=latest",
|
||||
"LIBRESSL_VERSION=3.5.3",
|
||||
"QUICTLS=yes",
|
||||
# "BORINGSSL=yes",
|
||||
]:
|
||||
|
Loading…
Reference in New Issue
Block a user