mirror of
http://git.haproxy.org/git/haproxy.git/
synced 2025-01-09 07:09:35 +00:00
CI: github actions: disable -Wno-deprecated
The deprecrated code is now disabled by default, so we can build with quictls and openssl 3.0 without this option.
This commit is contained in:
parent
f985f03fe4
commit
c24ac4339c
2
.github/matrix.py
vendored
2
.github/matrix.py
vendored
@ -119,8 +119,6 @@ for CC in ["gcc", "clang"]:
|
|||||||
flags = ["USE_OPENSSL=1"]
|
flags = ["USE_OPENSSL=1"]
|
||||||
if ssl == "BORINGSSL=yes" or ssl == "QUICTLS=yes":
|
if ssl == "BORINGSSL=yes" or ssl == "QUICTLS=yes":
|
||||||
flags.append("USE_QUIC=1")
|
flags.append("USE_QUIC=1")
|
||||||
if "OPENSSL_VERSION=3.0." in ssl or ssl == "QUICTLS=yes":
|
|
||||||
flags.append('DEBUG_CFLAGS="-g -Wno-deprecated-declarations"')
|
|
||||||
if ssl != "stock":
|
if ssl != "stock":
|
||||||
flags.append("SSL_LIB=${HOME}/opt/lib")
|
flags.append("SSL_LIB=${HOME}/opt/lib")
|
||||||
flags.append("SSL_INC=${HOME}/opt/include")
|
flags.append("SSL_INC=${HOME}/opt/include")
|
||||||
|
Loading…
Reference in New Issue
Block a user