Skip to content
This repository was archived by the owner on Mar 29, 2021. It is now read-only.

Commit e6d8fad

Browse files
trinikeveryang
authored andcommitted
UPSTREAM: Travis-CI: Fix microblaze and xilinx jobs
Given how we handle the ARM toolchain we can't easily combine these two jobs, so don't. Give xilinx/ARM a separate build. Change-Id: I438104c5eb54fe89dd72d55df6240bb0d4de8c0f Signed-off-by: Tom Rini <[email protected]> Signed-off-by: Kever Yang <[email protected]> (cherry picked from commit 0d3aaa3)
1 parent 017aad0 commit e6d8fad

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.travis.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -194,8 +194,7 @@ matrix:
194194
- BUILDMAN="m68k"
195195
TOOLCHAIN="m68k"
196196
- env:
197-
- JOB="Xilinx (ARM and MicroBlaze)"
198-
BUILDMAN="xilinx"
197+
- BUILDMAN="microblaze"
199198
TOOLCHAIN="microblaze"
200199
- env:
201200
- BUILDMAN="mips"
@@ -242,6 +241,9 @@ matrix:
242241
- env:
243242
- BUILDMAN="sh4"
244243
TOOLCHAIN="sh4"
244+
- env:
245+
- JOB="Xilinx (ARM)"
246+
BUILDMAN="xilinx -x microblaze"
245247
- env:
246248
- BUILDMAN="xtensa"
247249
TOOLCHAIN="xtensa"

0 commit comments

Comments
 (0)