gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnurl] 257/264: travis: bump the wolfssl CI build to use 4.4.0


From: gnunet
Subject: [gnurl] 257/264: travis: bump the wolfssl CI build to use 4.4.0
Date: Thu, 30 Apr 2020 16:09:20 +0200

This is an automated email from the git hooks/post-receive script.

nikita pushed a commit to branch master
in repository gnurl.

commit e2b1ccb99beb2c68417c3757aaa7d5d6ba83215f
Author: Daniel Stenberg <address@hidden>
AuthorDate: Mon Apr 27 08:38:52 2020 +0200

    travis: bump the wolfssl CI build to use 4.4.0
    
    Closes #5301
---
 .travis.yml                     |  2 +-
 scripts/travis/before_script.sh | 10 +++++-----
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 415e15103..59f075fc0 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -23,7 +23,7 @@ language: c
 sudo: required
 cache:
     directories:
-        - $HOME/wolfssl-4.0.0-stable
+        - $HOME/wolfssl-4.4.0-stable
         - $HOME/mesalink-1.0.0
         - $HOME/nghttp2-1.39.2
 
diff --git a/scripts/travis/before_script.sh b/scripts/travis/before_script.sh
index 4e8164caf..4292fd695 100755
--- a/scripts/travis/before_script.sh
+++ b/scripts/travis/before_script.sh
@@ -103,18 +103,18 @@ fi
 # changing a build directory name below (eg a version change) then you must
 # change it in .travis.yml `cache: directories:` as well.
 if [ $TRAVIS_OS_NAME = linux ]; then
-  if [ ! -e $HOME/wolfssl-4.0.0-stable/Makefile ]; then
+  if [ ! -e $HOME/wolfssl-4.4.0-stable/Makefile ]; then
     cd $HOME
-    curl -LO https://github.com/wolfSSL/wolfssl/archive/v4.0.0-stable.tar.gz
-    tar -xzf v4.0.0-stable.tar.gz
-    cd wolfssl-4.0.0-stable
+    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
     ./autogen.sh
     ./configure --enable-tls13 --enable-all
     touch wolfssl/wolfcrypt/fips.h
     make
   fi
 
-  cd $HOME/wolfssl-4.0.0-stable
+  cd $HOME/wolfssl-4.4.0-stable
   sudo make install
 
   if [ ! -e $HOME/mesalink-1.0.0/Makefile ]; then

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]