gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [gnurl] 205/256: travis: on mac, don't install openssl or l


From: gnunet
Subject: [GNUnet-SVN] [gnurl] 205/256: travis: on mac, don't install openssl or libidn
Date: Fri, 06 Oct 2017 19:44:56 +0200

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

ng0 pushed a commit to branch master
in repository gnurl.

commit 1a072796d390a7f56739d48a5158c250e211e2f7
Author: Daniel Stenberg <address@hidden>
AuthorDate: Mon Sep 18 10:49:38 2017 +0200

    travis: on mac, don't install openssl or libidn
    
    - openssl is already installed and causes warnings when trying to
      install again
    
    - libidn isn't used these days, and homebrew doesn't seem to have a
      libidn2 package to replace with easily
    
    Closes #1895
---
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index 82e3edb7a..541628d99 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -81,7 +81,7 @@ install:
   - pip install --user cpp-coveralls
   - if [ "$TRAVIS_OS_NAME" == "osx" ]; then brew update > /dev/null; fi
   - if [ "$TRAVIS_OS_NAME" == "osx" ]; then brew reinstall libtool > 
/dev/null; fi
-  - if [ "$TRAVIS_OS_NAME" == "osx" ]; then brew install openssl libidn 
rtmpdump libssh2 c-ares libmetalink libressl nghttp2 libmetalink; fi
+  - if [ "$TRAVIS_OS_NAME" == "osx" ]; then brew install rtmpdump libssh2 
c-ares libmetalink libressl nghttp2 libmetalink; fi
   - if [ $TRAVIS_OS_NAME = linux ]; then
       curl -L 
https://github.com/nghttp2/nghttp2/releases/download/v1.24.0/nghttp2-1.24.0.tar.gz
 |
          tar xzf - &&

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



reply via email to

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