File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -3,10 +3,6 @@ sudo: false
3
3
4
4
matrix :
5
5
include :
6
- - env : TARGET=powerpc64le-unknown-linux-gnu
7
- os : linux
8
- services : docker
9
- sudo : required
10
6
- env : TARGET=aarch64-unknown-linux-gnu
11
7
os : linux
12
8
dist : trusty
@@ -64,6 +60,10 @@ matrix:
64
60
- libc6-powerpc-cross
65
61
- libc6-dev-powerpc-cross
66
62
- qemu-user-static
63
+ - env : TARGET=powerpc64le-unknown-linux-gnu
64
+ os : linux
65
+ services : docker
66
+ sudo : required
67
67
- env : TARGET=x86_64-apple-darwin
68
68
os : osx
69
69
- env : TARGET=x86_64-unknown-linux-gnu
@@ -72,6 +72,9 @@ matrix:
72
72
# FIXME(#2)
73
73
- env : TARGET=armv7-unknown-linux-gnueabihf
74
74
os : linux
75
+ # FIXME QEMU blows up
76
+ - env : TARGET=powerpc64le-unknown-linux-gnu
77
+ os : linux
75
78
76
79
before_install :
77
80
- export PATH="$PATH:$HOME/.cargo/bin"
You can’t perform that action at this time.
0 commit comments