]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
CI: enable QUIC for LibreSSL builds
authorIlya Shipitsin <chipitsine@gmail.com>
Wed, 2 Nov 2022 06:59:37 +0000 (11:59 +0500)
committerWilly Tarreau <w@1wt.eu>
Mon, 7 Nov 2022 06:49:11 +0000 (07:49 +0100)
since LibreSSL-3.6.x supports QUIC, let us enable it

.github/matrix.py

index ea4c79fc4e645675f1c0873ed212610fd633ed5b..cde2bbea56551acf19f2df7a53aef0503543060f 100755 (executable)
@@ -134,7 +134,7 @@ for CC in ["gcc", "clang"]:
 #        "BORINGSSL=yes",
     ]:
         flags = ["USE_OPENSSL=1"]
-        if ssl == "BORINGSSL=yes" or ssl == "QUICTLS=yes":
+        if ssl == "BORINGSSL=yes" or ssl == "QUICTLS=yes" or "LIBRESSL" in ssl:
             flags.append("USE_QUIC=1")
         if ssl != "stock":
             flags.append("SSL_LIB=${HOME}/opt/lib")