Smoke testing Rust's cross compilation targets
Native-ish
- i586-unknown-linux-gnu
- i686-unknown-linux-gnu
- i686-unknown-linux-musl
- x86_64-unknown-linux-gnu
- x86_64-unknown-linux-musl
QEMU
- aarch64-unknown-linux-gnu
- arm-unknown-linux-gnueabi
- arm-unknown-linux-gnueabihf
- armv7-unknown-linux-gnueabihf
- mips-unknown-linux-gnu
- mips-unknown-linux-musl
- mipsel-unknown-linux-gnu
- mipsel-unknown-linux-musl
- powerpc-unknown-linux-gnu
- powerpc64-unknown-linux-gnu
- powerpc64le-unknown-linux-gnu (*)
(*) QEMU is broken so we can't run any test.
Waiting for releases of std
for these targets
- arm-unknown-linux-musleabi
- arm-unknown-linux-musleabihf
- armv7-unknown-linux-musleabihf
- mips-unknown-linux-uclibc
- mipsel-unknown-linux-uclibc
- s390x-unknown-linux-gnu
No idea how to test these
- aarch64-linux-android
- arm-linux-androideabi
- armv7-linux-androideabi
- asmjs-unknown-emscripten
- i686-linux-android
- le32-unknown-nacl
- i686-apple-darwin
- x86_64-apple-darwin
No idea how to test these
- aarch64-apple-ios
- armv7-apple-ios
- armv7s-apple-ios
- i386-apple-ios
- x86_64-apple-ios
- i586-pc-windows-msvc
- i686-pc-windows-gnu
- i686-pc-windows-msvc
- x86_64-pc-windows-gnu
- x86_64-pc-windows-msvc
No CI service where to test these
- i686-unknown-dragonfly
- i686-unknown-freebsd
- x86_64-rumprun-netbsd
- x86_64-sun-solaris
- x86_64-unknown-bitrig
- x86_64-unknown-dragonfly
- x86_64-unknown-freebsd
- x86_64-unknown-netbsd
- x86_64-unknown-openbsd
Licensed under either of
- Apache License, Version 2.0 (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)
at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.