diff mbox

[U-Boot,1/1] travis-ci: OrangePi PC2 only links with gcc-5.x or later

Message ID 1491848815-24536-1-git-send-email-trini@konsulko.com
State Accepted
Commit 4d0f0a4183e2e1a5cbcaa1faf8229a5cd11b0428
Delegated to: Tom Rini
Headers show

Commit Message

Tom Rini April 10, 2017, 6:26 p.m. UTC
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>
---
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Tom Rini April 10, 2017, 6:30 p.m. UTC | #1
On Mon, Apr 10, 2017 at 02:26:55PM -0400, Tom Rini wrote:

> 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>

Applied to u-boot/master, thanks!
diff mbox

Patch

diff --git a/.travis.yml b/.travis.yml
index 3dc38df9882b..591915df4c89 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -152,7 +152,7 @@  matrix:
     - env:
         - BUILDMAN="sun7i"
     - env:
-        - BUILDMAN="sun8i"
+        - BUILDMAN="sun8i -x orangepi_pc2"
     - env:
         - BUILDMAN="sun9i"
     - env: