You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by ut...@apache.org on 2018/05/07 13:33:47 UTC

[mynewt-core] branch coverity_scan updated: Use gcc-4.8

This is an automated email from the ASF dual-hosted git repository.

utzig pushed a commit to branch coverity_scan
in repository https://gitbox.apache.org/repos/asf/mynewt-core.git


The following commit(s) were added to refs/heads/coverity_scan by this push:
     new 4bcbcc9  Use gcc-4.8
4bcbcc9 is described below

commit 4bcbcc98c6b913b0c28f52163955094c936626fc
Author: Fabio Utzig <ut...@apache.org>
AuthorDate: Mon May 7 10:35:14 2018 -0300

    Use gcc-4.8
---
 .travis.yml | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index dd15709..430fd44 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -3,10 +3,10 @@ dist: trusty
 sudo: required
 
 before_install:
-  - sudo add-apt-repository ppa:ubuntu-toolchain-r/test -y
-  - sudo apt-get -qq update
-  - sudo apt-get install libc6-dev-i386 gcc-5-multilib g++-5-multilib
-  - sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-5 60 --slave /usr/bin/g++ g++ /usr/bin/g++-5
+  #- sudo add-apt-repository ppa:ubuntu-toolchain-r/test -y
+  #- sudo apt-get -qq update
+  #- sudo apt-get install libc6-dev-i386 gcc-5-multilib g++-5-multilib
+  #- sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-5 60 --slave /usr/bin/g++ g++ /usr/bin/g++-5
   - echo -n | openssl s_client -connect scan.coverity.com:443 | sed -ne '/-BEGIN CERTIFICATE-/,/-END CERTIFICATE-/p' | sudo tee -a /etc/ssl/certs/ca-
   - git clone https://github.com/apache/mynewt-newt
   - cd mynewt-newt && ./build.sh && cd ..
@@ -24,6 +24,7 @@ addons:
       version: 1.3.0
       description: "An OS to build, deploy and securely manage billions of devices"
     notification_email: utzig@apache.org
-    build_command_prepend: "cov-configure --gcc"
+    # build_command_prepend: "cov-configure --gcc"
+    build_command_prepend: "cov-configure --comptype gcc --compiler gcc-4.8 --template"
     build_command: "cov-build --dir cov-int mynewt-newt/newt/newt test --executeShell all -e net/ip/mn_socket,net/oic"
     branch_pattern: "coverity_scan"

-- 
To stop receiving notification emails like this one, please contact
utzig@apache.org.