[prev in list] [next in list] [prev in thread] [next in thread] 

List:       sanlock-devel
Subject:    [sanlock] 01/03: travis: Remove GCC 8 requirement
From:       pagure () pagure ! io
Date:       2019-04-15 14:20:16
Message-ID: 20190415142015.4D2F8242B9EC () pagure01 ! fedoraproject ! org
[Download RAW message or body]

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

teigland pushed a commit to branch master
in repository sanlock.

commit eb37638d9f0446af882098921e2ffd7a72f6c7c7
Author: Nir Soffer <nirsof@gmail.com>
AuthorDate: Sat Apr 13 16:07:39 2019 +0300

    travis: Remove GCC 8 requirement
    
    Now that we have runtime check for -fstack-clash-protection we don't
    need GCC 8 and we can save the time to download and install it on every
    build, and simplify the build configuration.
    
    While removing gcc-8, switch the dependencies to declarative style using
    the apt addon.
    
    Signed-off-by: Nir Soffer <nsoffer@redhat.com>
---
 .travis.yml | 14 ++++----------
 1 file changed, 4 insertions(+), 10 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 37643f4..7c1749c 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -4,17 +4,11 @@ python: 2.7
 
 addons:
   apt:
-    sources:
-    - ubuntu-toolchain-r-test
     packages:
-    - gcc-8
-
-before_install:
-    - sudo apt-get -qq update
-    - sudo apt-get install -y make gcc libaio-dev libblkid-dev
-
-env:
-    - CC="gcc-8"
+    - gcc
+    - libaio-dev
+    - libblkid-dev
+    - make
 
 script:
     - make BUILDARGS="--build-lib=."

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.
_______________________________________________
sanlock-devel mailing list -- sanlock-devel@lists.fedorahosted.org
To unsubscribe send an email to sanlock-devel-leave@lists.fedorahosted.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: https://lists.fedorahosted.org/archives/list/sanlock-devel@lists.fedorahosted.org

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic