commit | a7e4eb4c0af6316e3fbcfb8a2458675faf4110ec | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Sun Apr 09 18:18:03 2017 -0400 |
committer | Tom Rini <trini@konsulko.com> | Mon Apr 10 08:06:37 2017 -0400 |
tree | 38e392762d871829a068874c5b9a9e99bbfbe59d | |
parent | a2fab10931f7e2c0e3fbb7beb723a4b2190c76f7 [diff] |
travis-ci: OrangePi PC2 only links with gcc-5.x or later We disable this specific board as it does not link with the gcc-4.9.x that we use today in travis-ci. Signed-off-by: Tom Rini <trini@konsulko.com>
diff --git a/.travis.yml b/.travis.yml index 3dc38df..591915d 100644 --- a/.travis.yml +++ b/.travis.yml
@@ -152,7 +152,7 @@ - env: - BUILDMAN="sun7i" - env: - - BUILDMAN="sun8i" + - BUILDMAN="sun8i -x orangepi_pc2" - env: - BUILDMAN="sun9i" - env: