From be66a4252655b0ca6dece53abe1996437ded90ce Mon Sep 17 00:00:00 2001 From: Sean Parkinson Date: Mon, 29 Apr 2024 11:37:30 +1000 Subject: [PATCH] Checkout wolfSSL at 5.7.0 stable tag --- .github/workflows/autotools.yml | 2 ++ .github/workflows/cmake.yml | 2 ++ 2 files changed, 4 insertions(+) diff --git a/.github/workflows/autotools.yml b/.github/workflows/autotools.yml index 42cb1235a..b658be4d1 100644 --- a/.github/workflows/autotools.yml +++ b/.github/workflows/autotools.yml @@ -36,6 +36,7 @@ jobs: if: matrix.os == 'ubuntu-latest' && matrix.crypto == 'wolfssl' run: | git clone https://github.com/wolfSSL/wolfssl + git checkout v5.7.0-stable cd wolfssl ./autogen.sh ./configure '--enable-srtp-kdf' '--enable-aesctr' '--enable-intelasm' '--enable-aesgcm-stream' @@ -57,6 +58,7 @@ jobs: run: | brew install autoconf automake libtool git clone https://github.com/wolfSSL/wolfssl + git checkout v5.7.0-stable cd wolfssl ./autogen.sh CPU=`sysctl -n machdep.cpu.brand_string` diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index 668ff34a2..54a519234 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -52,6 +52,7 @@ jobs: if: matrix.os == 'ubuntu-latest' && matrix.crypto == 'wolfssl' run: | git clone https://github.com/wolfSSL/wolfssl + git checkout v5.7.0-stable cd wolfssl ./autogen.sh ./configure '--enable-srtp-kdf' '--enable-aesctr' '--enable-intelasm' '--enable-aesgcm-stream' @@ -84,6 +85,7 @@ jobs: run: | brew install autoconf automake libtool git clone https://github.com/wolfSSL/wolfssl + git checkout v5.7.0-stable cd wolfssl ./autogen.sh CPU=`sysctl -n machdep.cpu.brand_string`