From: Daniel Stenberg Date: Tue, 11 Jul 2023 15:20:31 +0000 (+0200) Subject: CI: use wolfSSL 5.6.3 in builds X-Git-Tag: curl-8_2_0~25 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9946410861d288dc07e8a338fd1234160a467160;p=thirdparty%2Fcurl.git CI: use wolfSSL 5.6.3 in builds No using master anymore Closes #11424 --- diff --git a/.github/workflows/ngtcp2-wolfssl.yml b/.github/workflows/ngtcp2-wolfssl.yml index 1ac997df70..ef52803405 100644 --- a/.github/workflows/ngtcp2-wolfssl.yml +++ b/.github/workflows/ngtcp2-wolfssl.yml @@ -76,7 +76,8 @@ jobs: name: 'install prereqs' - run: | - git clone --quiet --depth=1 https://github.com/wolfSSL/wolfssl.git + WOLFSSL_VER=v5.6.3-stable + git clone --quiet --depth=1 -b $WOLFSSL_VER https://github.com/wolfSSL/wolfssl.git cd wolfssl ./autogen.sh ./configure ${{ matrix.build.wolfssl-configure }} --prefix=$HOME/all diff --git a/.github/workflows/wolfssl.yml b/.github/workflows/wolfssl.yml index 3ca65b1417..53ed0cc857 100644 --- a/.github/workflows/wolfssl.yml +++ b/.github/workflows/wolfssl.yml @@ -73,7 +73,7 @@ jobs: name: 'install prereqs and impacket' - run: | - WOLFSSL_VER=5.6.0 + WOLFSSL_VER=5.6.3 curl -LOsSf --retry 6 --retry-connrefused --max-time 999 https://github.com/wolfSSL/wolfssl/archive/v$WOLFSSL_VER-stable.tar.gz tar -xzf v$WOLFSSL_VER-stable.tar.gz cd wolfssl-$WOLFSSL_VER-stable