File tree 2 files changed +3
-3
lines changed 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,8 @@ sudo: required
5
5
6
6
matrix :
7
7
include :
8
+ - env : TARGET=powerpc64le-unknown-linux-gnu
9
+ os : linux
8
10
- env : TARGET=aarch64-unknown-linux-gnu
9
11
os : linux
10
12
- env : TARGET=arm-unknown-linux-gnueabi
@@ -27,8 +29,6 @@ matrix:
27
29
os : linux
28
30
- env : TARGET=powerpc64-unknown-linux-gnu
29
31
os : linux
30
- - env : TARGET=powerpc64le-unknown-linux-gnu
31
- os : linux
32
32
- env : TARGET=thumbv6m-none-eabi
33
33
os : linux
34
34
- env : TARGET=thumbv7em-none-eabi
Original file line number Diff line number Diff line change @@ -46,8 +46,8 @@ case $TARGET in
46
46
;;
47
47
powerpc64le-unknown-linux-gnu)
48
48
export PREFIX=powerpc64le-linux-gnu-
49
+ export QEMU_ARCH=i386
49
50
export QEMU_LD_PREFIX=/usr/powerpc64le-linux-gnu
50
- export RUN_TESTS=n
51
51
;;
52
52
thumbv* -none-eabi)
53
53
export CARGO=xargo
You can’t perform that action at this time.
0 commit comments