From 5fa7bf207ef799acfc0ede7a753abc7fb0b4eed5 Mon Sep 17 00:00:00 2001 From: William Lallemand Date: Tue, 10 Oct 2023 00:29:06 +0200 Subject: [PATCH] CI: github: update wolfssl to git revision d83f2fa 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/matrix.py b/.github/matrix.py index 8a46f256b3..7a891b11c9 100755 --- a/.github/matrix.py +++ b/.github/matrix.py @@ -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", ] -- 2.47.3