summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2020-09-15 18:56:14 +0200
committerDaniel Stenberg <daniel@haxx.se>2020-09-15 18:56:14 +0200
commit09a2784afaa9744c2c2a250d20f01d8846faccc0 (patch)
treef17e930f0dcb42437f4f9292cdc2767ca46f83b4
parent304aeace1b4e0067430caffa8bcc1af34a6455dd (diff)
downloadcurl-bagder/travis-libressl.tar.gz
travis/before_script: use v3.1.4 libresslbagder/travis-libressl
... as their git master seems too fragile to use.
-rwxr-xr-xscripts/travis/before_script.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/travis/before_script.sh b/scripts/travis/before_script.sh
index 842f967a1..4d3d6f74a 100755
--- a/scripts/travis/before_script.sh
+++ b/scripts/travis/before_script.sh
@@ -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