mirror of
http://git.haproxy.org/git/haproxy.git/
synced 2025-02-16 10:36:55 +00:00
CI: github actions: switch to stable LibreSSL release
LibreSSL-3.3.0 appeared to have its own bugs, it is development release, let us switch to stable LibreSSL-3.2.4 instead
This commit is contained in:
parent
98ad35f826
commit
938e85b228
2
.github/matrix.py
vendored
2
.github/matrix.py
vendored
@ -105,7 +105,7 @@ for CC in ["gcc", "clang"]:
|
|||||||
"stock",
|
"stock",
|
||||||
"OPENSSL_VERSION=1.0.2u",
|
"OPENSSL_VERSION=1.0.2u",
|
||||||
"LIBRESSL_VERSION=2.9.2",
|
"LIBRESSL_VERSION=2.9.2",
|
||||||
"LIBRESSL_VERSION=3.3.0",
|
"LIBRESSL_VERSION=3.2.4",
|
||||||
"BORINGSSL=yes",
|
"BORINGSSL=yes",
|
||||||
]:
|
]:
|
||||||
flags = ["USE_OPENSSL=1"]
|
flags = ["USE_OPENSSL=1"]
|
||||||
|
Loading…
Reference in New Issue
Block a user