Skip to content
Snippets Groups Projects
Commit 4d0f0a41 authored by Tom Rini's avatar Tom Rini
Browse files

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: default avatarTom Rini <trini@konsulko.com>
parent 34bf497f
No related branches found
No related tags found
Loading
...@@ -152,7 +152,7 @@ matrix: ...@@ -152,7 +152,7 @@ matrix:
- env: - env:
- BUILDMAN="sun7i" - BUILDMAN="sun7i"
- env: - env:
- BUILDMAN="sun8i" - BUILDMAN="sun8i -x orangepi_pc2"
- env: - env:
- BUILDMAN="sun9i" - BUILDMAN="sun9i"
- env: - env:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment