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:55 UTC

[mynewt-core] 01/02: Remove gcc-multilib dependency

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 eed52be3b8f13824bcded72f3de27894218f9c4d
Author: Fabio Utzig <ut...@apache.org>
AuthorDate: Thu Sep 27 16:02:50 2018 -0300

    Remove gcc-multilib dependency
    
    The gcc-multilib was bringing in full gcc-4.8 (including g++-4.8),
    so remove it and add kernel headers dep manually.
---
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index add5dbe..4f52bef 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -22,8 +22,8 @@ _addons: &addon_conf
     sources:
       - ubuntu-toolchain-r-test
     packages:
-      - gcc-multilib
       - gcc-7-multilib
+      - linux-libc-dev:i386
 
 go:
   - "1.10"