try 32-bit qemu for ppc64le
This commit is contained in:
parent
f300480aa9
commit
c34b356c44
|
@ -5,6 +5,8 @@ sudo: required
|
|||
|
||||
matrix:
|
||||
include:
|
||||
- env: TARGET=powerpc64le-unknown-linux-gnu
|
||||
os: linux
|
||||
- env: TARGET=aarch64-unknown-linux-gnu
|
||||
os: linux
|
||||
- env: TARGET=arm-unknown-linux-gnueabi
|
||||
|
@ -27,8 +29,6 @@ matrix:
|
|||
os: linux
|
||||
- env: TARGET=powerpc64-unknown-linux-gnu
|
||||
os: linux
|
||||
- env: TARGET=powerpc64le-unknown-linux-gnu
|
||||
os: linux
|
||||
- env: TARGET=thumbv6m-none-eabi
|
||||
os: linux
|
||||
- env: TARGET=thumbv7em-none-eabi
|
||||
|
|
Loading…
Reference in New Issue