Skip to content

Commit

Permalink
Checkout wolfSSL at 5.7.0 stable tag
Browse files Browse the repository at this point in the history
  • Loading branch information
SparkiDev committed Apr 29, 2024
1 parent 65363bc commit be66a42
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/autotools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand All @@ -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`
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down Expand Up @@ -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`
Expand Down

0 comments on commit be66a42

Please sign in to comment.