]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
CI: github: update wolfssl to git revision d83f2fa
authorWilliam Lallemand <wlallemand@haproxy.com>
Mon, 9 Oct 2023 22:29:06 +0000 (00:29 +0200)
committerWilliam Lallemand <wlallemand@haproxy.com>
Wed, 11 Oct 2023 09:25:00 +0000 (11:25 +0200)
WolfSSL 5.6.3 does not pass all the haproxy reg-tests since some fixes
are still unreleased in the master branch.

Build wolfSSL with a recent git revision to have passing reg-tests.

.github/matrix.py

index 8a46f256b3a6fd9392af104072a09244f495964c..7a891b11c9b21faf104f9c02bed14d2fd582698a 100755 (executable)
@@ -194,7 +194,7 @@ def main(ref_name):
             "OPENSSL_VERSION=1.0.2u",
             "OPENSSL_VERSION=1.1.1s",
             "QUICTLS=yes",
-            "WOLFSSL_VERSION=5.6.3",
+            "WOLFSSL_VERSION=git-d83f2fa",
             # "BORINGSSL=yes",
         ]