From: William Lallemand Date: Fri, 8 Dec 2023 10:10:42 +0000 (+0100) Subject: CI: github: switch to wolfssl git-c4b77ad for new PR X-Git-Tag: v3.0-dev1~111 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1a19e4e7af4bdb1cad4fc50c2401a2a76cd8ee2a;p=thirdparty%2Fhaproxy.git CI: github: switch to wolfssl git-c4b77ad for new PR The "dynamic-certs-n-ciphers" PR was just merged, lets build the wolfssl git instead of the 5.6.4 version, so we could test the feature. --- diff --git a/.github/matrix.py b/.github/matrix.py index b5a971c5a6..d5ad6931a5 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.4", + "WOLFSSL_VERSION=git-c4b77ad", "AWS_LC_VERSION=1.16.0", # "BORINGSSL=yes", ]