gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [gnurl] 54/219: travis: install krb5-user only for --with-g


From: gnunet
Subject: [GNUnet-SVN] [gnurl] 54/219: travis: install krb5-user only for --with-gssapi build
Date: Wed, 22 May 2019 19:16:33 +0200

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

ng0 pushed a commit to branch master
in repository gnurl.

commit c3d5f400a4025b80c48727e80d1bd998b80abeef
Author: Marcel Raad <address@hidden>
AuthorDate: Tue Apr 2 14:46:23 2019 +0200

    travis: install krb5-user only for --with-gssapi build
    
    Reduces the time needed for the other jobs a little.
    
    Closes https://github.com/curl/curl/pull/3721
---
 .travis.yml | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index dc6933453..5514bbc25 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -31,7 +31,6 @@ addons:
             - libidn2-0-dev
             - libssh2-1-dev
             - libssh-dev
-            - krb5-user
             - autopoint  # for libpsl that needs autoreconf that uses gettext 
that needs it
             - libunistring-dev # for libidn2 needed by libpsl
             - libnss3-dev
@@ -46,6 +45,13 @@ matrix:
           env:
               - T=normal C="--with-gssapi --with-libssh2" CHECKSRC=1
               - OVERRIDE_CC="CC=gcc-8" OVERRIDE_CXX="CXX=g++-8"
+          addons:
+              apt:
+                  sources:
+                      - *common_sources
+                  packages:
+                      - *common_packages
+                      - krb5-user
         - 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]