Skip to content
This repository was archived by the owner on Nov 21, 2018. It is now read-only.

Commit 4e3af68

Browse files
committed
Add a bunch more cargo cross builds
1 parent 2bf3aef commit 4e3af68

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

master/master.cfg

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -228,6 +228,14 @@ cargo_cross_targets = [
228228
'x86_64-unknown-freebsd',
229229
'x86_64-unknown-netbsd',
230230
'i686-unknown-freebsd',
231+
'mips-unknown-linux-gnu',
232+
'mipsel-unknown-linux-gnu',
233+
'mips64-unknown-linux-gnuabi64',
234+
'mips64el-unknown-linux-gnuabi64',
235+
's390x-unknown-linux-gnu',
236+
'powerpc-unknown-linux-gnu',
237+
'powerpc64-unknown-linux-gnu',
238+
'powerpc64le-unknown-linux-gnu',
231239
]
232240

233241
ios = {'auto': 'cross-ios-opt', 'dist': 'mac-ios'}

0 commit comments

Comments
 (0)