gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [gnurl] 56/219: travis: install libssh2-dev only for --with


From: gnunet
Subject: [GNUnet-SVN] [gnurl] 56/219: travis: install libssh2-dev only for --with-libssh2 build
Date: Wed, 22 May 2019 19:16:35 +0200

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

ng0 pushed a commit to branch master
in repository gnurl.

commit b568511b91534e285b103a126196b64f17a0de79
Author: Marcel Raad <address@hidden>
AuthorDate: Tue Apr 2 14:56:18 2019 +0200

    travis: install libssh2-dev only for --with-libssh2 build
    
    Reduces the time needed for the other jobs a little.
    
    Closes https://github.com/curl/curl/pull/3721
---
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index 263af2aad..124bac29a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -29,7 +29,6 @@ addons:
             - libstdc++-8-dev
             - stunnel4
             - libidn2-0-dev
-            - libssh2-1-dev
             - autopoint  # for libpsl that needs autoreconf that uses gettext 
that needs it
             - libunistring-dev # for libidn2 needed by libpsl
             - libnss3-dev
@@ -51,6 +50,7 @@ matrix:
                   packages:
                       - *common_packages
                       - krb5-user
+                      - libssh2-1-dev
         - os: linux
           compiler: gcc
           dist: trusty

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



reply via email to

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