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/10/03 12:06:56 UTC

[mynewt-core] 02/02: Install gcc-7-multilib only on `newt test` machine

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

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

commit 03a75401a07709b56033a4cf95249526c8b5ca69
Author: Fabio Utzig <ut...@apache.org>
AuthorDate: Thu Sep 27 16:05:44 2018 -0300

    Install gcc-7-multilib only on `newt test` machine
    
    Running `newt build` for BSPs and test targets requires only
    arm-none-eabi-gcc, so remove the extra gcc-7-multilib dependency from
    those machines.
---
 .travis.yml | 17 ++++++++---------
 1 file changed, 8 insertions(+), 9 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 4f52bef..da0e3eb 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -31,28 +31,26 @@ go:
 matrix:
   include:
     - os: linux
-      addons: *addon_conf
-      env: 
+      env:
         - TEST=BUILD_TARGETS
     - os: linux
-      addons: *addon_conf
-      env: 
+      env:
         - TEST=BUILD_BLINKY
     - os: linux
       addons: *addon_conf
-      env: 
+      env:
         - TEST=TEST_ALL
     - os: osx
       osx_image: xcode9.2
-      env: 
+      env:
         - TEST=BUILD_TARGETS
     - os: osx
       osx_image: xcode9.2
-      env: 
+      env:
         - TEST=BUILD_BLINKY
     - os: osx
       osx_image: xcode9.2
-      env: 
+      env:
         - TEST=TEST_ALL
 
 install:
@@ -74,7 +72,8 @@ script:
 - newt install
 
 - export IGNORED_BSPS="ci40 embarc_emsk hifive1 native-armv7 native-mips
-                       pic32mx470_6lp_clicker pic32mz2048_wi-fire sensorhub"
+                       pic32mx470_6lp_clicker pic32mz2048_wi-fire sensorhub
+                       native"
 - $HOME/ci/run_test.sh
 
 cache: