summaryrefslogtreecommitdiff
path: root/scripts/zuul/before_script.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/zuul/before_script.sh')
-rwxr-xr-xscripts/zuul/before_script.sh16
1 files changed, 0 insertions, 16 deletions
diff --git a/scripts/zuul/before_script.sh b/scripts/zuul/before_script.sh
index 9b851a99f..56f3d6c21 100755
--- a/scripts/zuul/before_script.sh
+++ b/scripts/zuul/before_script.sh
@@ -141,22 +141,6 @@ if [ "$TRAVIS_OS_NAME" = linux -a "$RUSTLS_VERSION" ]; then
make DESTDIR=$HOME/rustls install
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.
if [ $TRAVIS_OS_NAME = linux ]; then