mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2025-08-07 07:37:02 +02:00
CI: use USE_PCRE2 instead of USE_PCRE
USE_PCRE2 is recommended, I guess USE_PCRE is left unintentionally
This commit is contained in:
parent
11c088e203
commit
09db70d021
8
.github/matrix.py
vendored
8
.github/matrix.py
vendored
@ -123,8 +123,8 @@ def main(ref_name):
|
|||||||
"OT_INC=${HOME}/opt-ot/include",
|
"OT_INC=${HOME}/opt-ot/include",
|
||||||
"OT_LIB=${HOME}/opt-ot/lib",
|
"OT_LIB=${HOME}/opt-ot/lib",
|
||||||
"OT_RUNPATH=1",
|
"OT_RUNPATH=1",
|
||||||
"USE_PCRE=1",
|
"USE_PCRE2=1",
|
||||||
"USE_PCRE_JIT=1",
|
"USE_PCRE2_JIT=1",
|
||||||
"USE_LUA=1",
|
"USE_LUA=1",
|
||||||
"USE_OPENSSL=1",
|
"USE_OPENSSL=1",
|
||||||
"USE_SYSTEMD=1",
|
"USE_SYSTEMD=1",
|
||||||
@ -157,8 +157,8 @@ def main(ref_name):
|
|||||||
"OT_INC=${HOME}/opt-ot/include",
|
"OT_INC=${HOME}/opt-ot/include",
|
||||||
"OT_LIB=${HOME}/opt-ot/lib",
|
"OT_LIB=${HOME}/opt-ot/lib",
|
||||||
"OT_RUNPATH=1",
|
"OT_RUNPATH=1",
|
||||||
"USE_PCRE=1",
|
"USE_PCRE2=1",
|
||||||
"USE_PCRE_JIT=1",
|
"USE_PCRE2_JIT=1",
|
||||||
"USE_LUA=1",
|
"USE_LUA=1",
|
||||||
"USE_OPENSSL=1",
|
"USE_OPENSSL=1",
|
||||||
"USE_SYSTEMD=1",
|
"USE_SYSTEMD=1",
|
||||||
|
Loading…
Reference in New Issue
Block a user