gnunet-svn
[Top][All Lists]
Advanced

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

[gnurl] branch master updated: travis: build what we can build, look int


From: gnunet
Subject: [gnurl] branch master updated: travis: build what we can build, look into testing non-buildable positive failures later
Date: Wed, 08 Apr 2020 11:50:08 +0200

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

ng0 pushed a commit to branch master
in repository gnurl.

The following commit(s) were added to refs/heads/master by this push:
     new bc7ea852e travis: build what we can build, look into testing 
non-buildable positive failures later
bc7ea852e is described below

commit bc7ea852eef6a9c5a1d003db1ff86456e7556cee
Author: Nikita Gillmann <address@hidden>
AuthorDate: Wed Apr 8 11:49:31 2020 +0200

    travis: build what we can build, look into testing non-buildable positive 
failures later
---
 .travis.yml | 135 ++----------------------------------------------------------
 1 file changed, 4 insertions(+), 131 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 3dbbd4d21..d122bb743 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,10 +1,5 @@
 language: c
 sudo: required
-cache:
-    directories:
-        - $HOME/wolfssl-4.0.0-stable
-        - $HOME/mesalink-1.0.0
-        - $HOME/nghttp2-1.39.2
 
 env:
     global:
@@ -27,6 +22,8 @@ addons:
             - stunnel4
             - libidn2-0-dev
             - gnutls-bin
+            - libgnutls-dane0
+            - libgnutls-dev
 
 matrix:
     include:
@@ -36,47 +33,12 @@ matrix:
           env:
               - T=normal C="" CHECKSRC=1
               - OVERRIDE_CC="CC=gcc-8" OVERRIDE_CXX="CXX=g++-8"
-          addons:
-              apt:
-                  sources:
-                      - *common_sources
-                  packages:
-                      - *common_packages
-                      - krb5-user
-                      - libssh2-1-dev
-        - os: linux
-          compiler: gcc
-          dist: trusty
-          env:
-              - T=normal C=""
-              - OVERRIDE_CC="CC=gcc-8" OVERRIDE_CXX="CXX=g++-8"
-          addons:
-              apt:
-                  sources:
-                      - *common_sources
-                  packages:
-                      - *common_packages
-                      - libssh-dev
-        - os: linux
-          compiler: gcc
-          dist: trusty
-          env:
-              - T=normal C=""
-              - OVERRIDE_CC="CC=gcc-8" OVERRIDE_CXX="CXX=g++-8"
         - os: linux
           compiler: gcc
           dist: bionic
           env:
               - T=normal C="--disable-verbose" CPPFLAGS="-Wno-variadic-macros" 
NOTESTS=1
               - OVERRIDE_CC="CC=gcc-8" OVERRIDE_CXX="CXX=g++-8"
-          addons:
-              apt:
-                  sources:
-                      - *common_sources
-                  packages:
-                      - *common_packages
-                      - libpsl-dev
-                      - libbrotli-dev
         - os: linux
           compiler: gcc
           dist: bionic
@@ -95,39 +57,12 @@ matrix:
                       - *common_sources
                   packages:
                       - *common_packages
-        - os: linux
-          compiler: gcc
-          dist: bionic
-          before_install:
-              # Install and use the current stable release of Go
-              - gimme --list
-              - eval "$(gimme stable)"
-              - gimme --list
-          env:
-              - T=novalgrind QUICHE="yes" 
C="--with-quiche=$HOME/quiche/target/release --enable-alt-svc" 
LD_LIBRARY_PATH=$HOME/quiche/target/release:/usr/local/lib
-              - OVERRIDE_CC="CC=gcc-8" OVERRIDE_CXX="CXX=g++-8"
-          addons:
-              apt:
-                  sources:
-                      - *common_sources
-                  packages:
-                      - *common_packages
-                      - libpsl-dev
-                      - libbrotli-dev
         - os: linux
           compiler: gcc
           dist: xenial
           env:
               - T=novalgrind C="--enable-alt-svc" NOTESTS=
               - OVERRIDE_CC="CC=gcc-8" OVERRIDE_CXX="CXX=g++-8"
-          addons:
-              apt:
-                  sources:
-                      - *common_sources
-                  packages:
-                      - *common_packages
-                      - libpsl-dev
-                      - libbrotli-dev
         - os: linux
           compiler: clang
           dist: xenial
@@ -142,8 +77,6 @@ matrix:
                   packages:
                       - *common_packages
                       - clang-7
-                      - libpsl-dev
-                      - libbrotli-dev
         - os: linux
           compiler: clang
           dist: xenial
@@ -158,25 +91,6 @@ matrix:
                   packages:
                       - *common_packages
                       - clang-7
-                      - libpsl-dev
-                      - libbrotli-dev
-        - os: linux
-          compiler: clang
-          dist: xenial
-          env:
-              - T=debug C="--with-mbedtls --without-ssl"
-              - OVERRIDE_CC="CC=clang-7" OVERRIDE_CXX="CXX=clang++-7"
-          addons:
-              apt:
-                  sources:
-                      - *common_sources
-                      - llvm-toolchain-xenial-7
-                  packages:
-                      - *common_packages
-                      - clang-7
-                      - libpsl-dev
-                      - libbrotli-dev
-                      - libmbedtls-dev
         - os: linux
           compiler: clang
           dist: bionic
@@ -191,9 +105,6 @@ matrix:
                   packages:
                       - *common_packages
                       - clang-7
-                      - libgnutls28-dev
-                      - libpsl-dev
-                      - libbrotli-dev
         - os: linux
           compiler: gcc
           dist: trusty
@@ -206,16 +117,10 @@ matrix:
         - os: osx
           compiler: gcc
           env: T=debug C=--enable-ares
-        - os: osx
-          compiler: gcc
-          env: T=debug C="--with-ssl=/usr/local/opt/openssl --with-libmetalink"
-        - os: osx
-          compiler: gcc
-          env: T=debug C="--with-ssl=/usr/local/opt/libressl 
--with-libmetalink"
         - os: osx
           compiler: clang
           osx_image: xcode10
-          env: T=debug C="--without-ssl --with-darwinssl --with-libmetalink"
+          env: T=debug
         - os: osx
           compiler: clang
           env: T=normal
@@ -228,14 +133,6 @@ matrix:
           env:
               - T=cmake
               - OVERRIDE_CC="CC=gcc-8" OVERRIDE_CXX="CXX=g++-8"
-          addons:
-              apt:
-                  sources:
-                      - *common_sources
-                  packages:
-                      - *common_packages
-                      - libpsl-dev
-                      - libbrotli-dev
         - os: linux
           compiler: clang
           dist: bionic
@@ -250,8 +147,6 @@ matrix:
                   packages:
                       - *common_packages
                       - clang-7
-                      - libpsl-dev
-                      - libbrotli-dev
         - os: linux
           compiler: gcc
           dist: xenial
@@ -265,23 +160,12 @@ matrix:
                   packages:
                       - *common_packages
                       - lcov
-                      - libpsl-dev
-                      - libbrotli-dev
-                      - libssh2-1-dev
         - os: linux
           compiler: gcc
           dist: bionic
           env:
               - T=distcheck
               - OVERRIDE_CC="CC=gcc-8" OVERRIDE_CXX="CXX=g++-8"
-          addons:
-              apt:
-                  sources:
-                      - *common_sources
-                  packages:
-                      - *common_packages
-                      - libpsl-dev
-                      - libbrotli-dev
         - os: linux
           compiler: clang
           dist: bionic
@@ -296,8 +180,6 @@ matrix:
                   packages:
                       - *common_packages
                       - clang-7
-                      - libpsl-dev
-                      - libbrotli-dev
         - os: linux
           compiler: clang
           dist: bionic
@@ -313,8 +195,6 @@ matrix:
                       - *common_packages
                       - clang-7
                       - clang-tidy-7
-                      - libpsl-dev
-                      - libbrotli-dev
         - os: linux
           compiler: clang
           dist: bionic
@@ -329,8 +209,6 @@ matrix:
                   packages:
                       - *common_packages
                       - clang-7
-                      - libpsl-dev
-                      - libbrotli-dev
         - os: linux
           compiler: clang
           dist: xenial
@@ -345,8 +223,6 @@ matrix:
                   packages:
                       - *common_packages
                       - clang-7
-                      - libpsl-dev
-                      - libbrotli-dev
         - os: linux
           arch: arm64
           compiler: gcc
@@ -360,10 +236,7 @@ matrix:
                       - *common_sources
                   packages:
                       - *common_packages
-                      - libpsl-dev
-                      - libbrotli-dev
                       - libev-dev
-                      - libssl-dev
                       - libtool
                       - pkg-config
                       - zlib1g-dev
@@ -376,7 +249,7 @@ install:
   - if [ "$T" = "coverage" ]; then pip2 install --user cpp-coveralls; fi
   - 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 rtmpdump libssh2 
c-ares libmetalink libressl nghttp2 libmetalink; fi
+  - if [ "$TRAVIS_OS_NAME" == "osx" ]; then brew install c-ares; fi
 
 # before_script and script:
 # Travis isn't reliable catching errors in inline script commands (#3730).

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



reply via email to

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