]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
zuul: remove the wolfssl build
authorDaniel Stenberg <daniel@haxx.se>
Tue, 28 Dec 2021 14:26:28 +0000 (15:26 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 28 Dec 2021 14:44:35 +0000 (15:44 +0100)
scripts/zuul/before_script.sh
scripts/zuul/script.sh

index 9b851a99fdc53dd5b3bd4e56b83cf4ddb378a6ed..56f3d6c21600f6ad9dcdd184a176e02c513c9da7 100755 (executable)
@@ -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
 
index 55286bdb721c4bb567c929260263203a7a3b22c7..557b1a3fa9574c40f6fc48ee9035a4034bb81e2a 100755 (executable)
@@ -58,12 +58,6 @@ if [ "$T" = "debug" ]; then
   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
   ./configure --enable-debug --enable-werror $C
   make