gnunet-svn
[Top][All Lists]
Advanced

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

[gnurl] 92/222: travis: move the go install to linux-only


From: gnunet
Subject: [gnurl] 92/222: travis: move the go install to linux-only
Date: Thu, 07 Nov 2019 00:09:48 +0100

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

ng0 pushed a commit to branch master
in repository gnurl.

commit 7c7dac4dbbf713079facec3ce43bee17fe13ec5f
Author: Jay Satiro <address@hidden>
AuthorDate: Wed Sep 25 14:34:31 2019 +0200

    travis: move the go install to linux-only
    
    ... to repair the build again
    Closes #4403
---
 .travis.yml | 14 ++++++++++----
 1 file changed, 10 insertions(+), 4 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index fd7e54ed2..ed665a96d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -86,6 +86,11 @@ matrix:
         - os: linux
           compiler: gcc
           dist: xenial
+          before_install:
+              # Install and use the current stable release of Go
+              - gimme --list
+              - eval "$(gimme stable)"
+              - gimme --list
           env:
               - T=novalgrind BORINGSSL=yes C="--with-ssl=$HOME/boringssl" 
LD_LIBRARY_PATH=/home/travis/boringssl/lib:/usr/local/lib
               - OVERRIDE_CC="CC=gcc-8" OVERRIDE_CXX="CXX=g++-8"
@@ -99,6 +104,11 @@ matrix:
         - os: linux
           compiler: gcc
           dist: xenial
+          before_install:
+              # Install and use the current stable release of Go
+              - gimme --list
+              - eval "$(gimme stable)"
+              - gimme --list
           env:
               - T=novalgrind BORINGSSL=yes QUICHE="yes" 
C="--with-ssl=$HOME/boringssl --with-quiche=$HOME/quiche/target/release 
--enable-alt-svc" 
LD_LIBRARY_PATH=/home/travis/boringssl/lib:$HOME/quiche/target/release:/usr/local/lib
               - OVERRIDE_CC="CC=gcc-8" OVERRIDE_CXX="CXX=g++-8"
@@ -411,10 +421,6 @@ matrix:
 before_install:
     - eval "${OVERRIDE_CC}"
     - eval "${OVERRIDE_CXX}"
-    # Install and use the current stable release of Go
-    - gimme --list
-    - eval "$(gimme stable)"
-    - gimme --list
 
 install:
   - if [ "$T" = "coverage" ]; then pip2 install --user cpp-coveralls; fi

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



reply via email to

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