]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
CI: use USE_PCRE2 instead of USE_PCRE
authorIlia Shipitsin <chipitsine@gmail.com>
Wed, 29 May 2024 19:59:16 +0000 (21:59 +0200)
committerWilly Tarreau <w@1wt.eu>
Wed, 29 May 2024 20:37:26 +0000 (22:37 +0200)
USE_PCRE2 is recommended, I guess USE_PCRE is left unintentionally

.github/matrix.py

index d3ab890dad1f9f88e296a433d00fc00c0b715764..a9ab4424ecde904e51e6c8bff90686e8adc5115e 100755 (executable)
@@ -123,8 +123,8 @@ def main(ref_name):
                     "OT_INC=${HOME}/opt-ot/include",
                     "OT_LIB=${HOME}/opt-ot/lib",
                     "OT_RUNPATH=1",
-                    "USE_PCRE=1",
-                    "USE_PCRE_JIT=1",
+                    "USE_PCRE2=1",
+                    "USE_PCRE2_JIT=1",
                     "USE_LUA=1",
                     "USE_OPENSSL=1",
                     "USE_SYSTEMD=1",
@@ -157,8 +157,8 @@ def main(ref_name):
                     "OT_INC=${HOME}/opt-ot/include",
                     "OT_LIB=${HOME}/opt-ot/lib",
                     "OT_RUNPATH=1",
-                    "USE_PCRE=1",
-                    "USE_PCRE_JIT=1",
+                    "USE_PCRE2=1",
+                    "USE_PCRE2_JIT=1",
                     "USE_LUA=1",
                     "USE_OPENSSL=1",
                     "USE_SYSTEMD=1",