From 16e44e70c8c4f47b23e19be1fcc41811d67ced66 Mon Sep 17 00:00:00 2001 From: William Lallemand Date: Fri, 22 Nov 2024 16:23:44 +0100 Subject: [PATCH] Revert "CI: update to the latest WolfSSL version" This reverts commit 03f57fcf94dae61906b56d10d1fb21f7afaae4fc. Looks like the 5.7.4 version is broke with HAProxy, let's revert the CI for now. --- .github/matrix.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/matrix.py b/.github/matrix.py index e576a29d58..130eda2265 100755 --- a/.github/matrix.py +++ b/.github/matrix.py @@ -188,7 +188,7 @@ def main(ref_name): "OPENSSL_VERSION=1.0.2u", "OPENSSL_VERSION=1.1.1s", "QUICTLS=yes", - "WOLFSSL_VERSION=5.7.4", + "WOLFSSL_VERSION=5.7.0", "AWS_LC_VERSION=1.39.0", # "BORINGSSL=yes", ] -- 2.47.2