]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
travis: use libressl v3.1.4 instead of master
authorDaniel Stenberg <daniel@haxx.se>
Tue, 15 Sep 2020 16:56:14 +0000 (18:56 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 15 Sep 2020 20:49:37 +0000 (22:49 +0200)
... as their git master seems too fragile to use (and 3.2.1 which is the
latest has a build failure).

Closes #5964

scripts/travis/before_script.sh

index 842f967a10322aec785948f3e8b4c2158d948f3b..4d3d6f74a6c94e8b05c717f7825e6ccfeae9169c 100755 (executable)
@@ -100,7 +100,7 @@ fi
 
 if [ "$TRAVIS_OS_NAME" = linux -a "$LIBRESSL" ]; then
   cd $HOME
-  git clone --depth=1 https://github.com/libressl-portable/portable.git libressl-git
+  git clone --depth=1 -b v3.1.4 https://github.com/libressl-portable/portable.git libressl-git
   cd libressl-git
   ./autogen.sh
   ./configure --prefix=$HOME/libressl