mirror of
https://github.com/moparisthebest/curl
synced 2024-11-04 16:45:06 -05:00
travis: bump wolfssl to 4.7.0
This commit is contained in:
parent
e4a41c1042
commit
0785a77767
@ -24,7 +24,7 @@ os: linux
|
||||
dist: bionic
|
||||
cache:
|
||||
directories:
|
||||
- $HOME/wolfssl-4.4.0-stable
|
||||
- $HOME/wolfssl-4.7.0-stable
|
||||
- $HOME/mesalink-1.0.0
|
||||
- $HOME/nghttp2-1.39.2
|
||||
|
||||
|
@ -138,18 +138,18 @@ if [ "$TRAVIS_OS_NAME" = linux -a "$RUSTLS" ]; then
|
||||
fi
|
||||
|
||||
if [ $TRAVIS_OS_NAME = linux -a "$WOLFSSL" ]; then
|
||||
if [ ! -e $HOME/wolfssl-4.4.0-stable/Makefile ]; then
|
||||
if [ ! -e $HOME/wolfssl-4.7.0-stable/Makefile ]; then
|
||||
cd $HOME
|
||||
curl -LO https://github.com/wolfSSL/wolfssl/archive/v4.4.0-stable.tar.gz
|
||||
tar -xzf v4.4.0-stable.tar.gz
|
||||
cd wolfssl-4.4.0-stable
|
||||
curl -LO https://github.com/wolfSSL/wolfssl/archive/v4.7.0-stable.tar.gz
|
||||
tar -xzf v4.7.0-stable.tar.gz
|
||||
cd wolfssl-4.7.0-stable
|
||||
./autogen.sh
|
||||
./configure --enable-tls13 --enable-all
|
||||
touch wolfssl/wolfcrypt/fips.h
|
||||
make
|
||||
fi
|
||||
|
||||
cd $HOME/wolfssl-4.4.0-stable
|
||||
cd $HOME/wolfssl-4.7.0-stable
|
||||
sudo make install
|
||||
fi
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user