mirror of
https://github.com/curl/curl.git
synced 2026-08-11 16:02:14 +03:00
zuul: remove the wolfssl build
This commit is contained in:
parent
d82ad1f1ea
commit
1914465cf1
2 changed files with 0 additions and 22 deletions
|
|
@ -141,22 +141,6 @@ if [ "$TRAVIS_OS_NAME" = linux -a "$RUSTLS_VERSION" ]; then
|
||||||
make DESTDIR=$HOME/rustls install
|
make DESTDIR=$HOME/rustls install
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ $TRAVIS_OS_NAME = linux -a "$WOLFSSL" ]; then
|
|
||||||
if [ ! -e $HOME/wolfssl-4.7.0-stable/Makefile ]; then
|
|
||||||
cd $HOME
|
|
||||||
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.7.0-stable
|
|
||||||
sudo make install
|
|
||||||
fi
|
|
||||||
|
|
||||||
# Install common libraries.
|
# Install common libraries.
|
||||||
if [ $TRAVIS_OS_NAME = linux ]; then
|
if [ $TRAVIS_OS_NAME = linux ]; then
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -58,12 +58,6 @@ if [ "$T" = "debug" ]; then
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ "$T" = "debug-wolfssl" ]; then
|
|
||||||
./configure --enable-debug --enable-werror $C
|
|
||||||
make
|
|
||||||
make "TFLAGS=-n !313" test-nonflaky
|
|
||||||
fi
|
|
||||||
|
|
||||||
if [ "$T" = "debug-mesalink" ]; then
|
if [ "$T" = "debug-mesalink" ]; then
|
||||||
./configure --enable-debug --enable-werror $C
|
./configure --enable-debug --enable-werror $C
|
||||||
make
|
make
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue