]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
CI: use wolfSSL 5.6.3 in builds
authorDaniel Stenberg <daniel@haxx.se>
Tue, 11 Jul 2023 15:20:31 +0000 (17:20 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 11 Jul 2023 18:07:22 +0000 (20:07 +0200)
No using master anymore

Closes #11424

.github/workflows/ngtcp2-wolfssl.yml
.github/workflows/wolfssl.yml

index 1ac997df709c8cf666a6d2ef655149b63a4cacb4..ef52803405de3f590006fbc58e973c5ec68c1a92 100644 (file)
@@ -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
index 3ca65b14172a50d459a28515fec6f61eb08f6bd8..53ed0cc8574b0676e27e9ddfac30d826c16cbb0b 100644 (file)
@@ -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