mirror of
http://git.haproxy.org/git/haproxy.git/
synced 2024-12-28 07:32:15 +00:00
CI: github actions: relax OpenSSL-3.0.0 version comparision
we better to check for 3.0.0 presense, than exact version
This commit is contained in:
parent
01881087fc
commit
af2720f69f
2
.github/matrix.py
vendored
2
.github/matrix.py
vendored
@ -118,7 +118,7 @@ for CC in ["gcc", "clang"]:
|
||||
flags = ["USE_OPENSSL=1"]
|
||||
if ssl == "BORINGSSL=yes":
|
||||
flags.append("USE_QUIC=1")
|
||||
if ssl == "OPENSSL_VERSION=3.0.0-alpha17":
|
||||
if "OPENSSL_VERSION=3.0.0" in ssl:
|
||||
flags.append('DEBUG_CFLAGS="-g -Wno-deprecated-declarations"')
|
||||
if ssl != "stock":
|
||||
flags.append("SSL_LIB=${HOME}/opt/lib")
|
||||
|
Loading…
Reference in New Issue
Block a user