mirror of
https://github.com/curl/curl.git
synced 2026-07-23 21:47:34 +03:00
travis: use libressl v3.1.4 instead of master
... as their git master seems too fragile to use (and 3.2.1 which is the latest has a build failure). Closes #5964
This commit is contained in:
parent
304aeace1b
commit
9fe7b66203
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue