Lines Matching +full:powerpc64le +full:- +full:unknown +full:- +full:linux +full:- +full:gnu
3 [](https://cirrus-ci.com/g…
8 Nix seeks to provide friendly bindings to various *nix platform APIs (Linux, Darwin,
13 exposed by the [libc crate](https://github.com/rust-lang/libc). This is done by
20 [gethostname](https://man7.org/linux/man-pages/man2/gethostname.2.html) system
25 pub unsafe extern fn gethostname(name: *mut c_char, len: size_t) -> c_int;
28 pub fn gethostname() -> Result<OsString>;
34 platforms supported by [libc](https://github.com/rust-lang/libc), only some
38 * Tier 1 - Builds and tests for this target are run in CI. Failures of either
40 * Tier 2 - Builds for this target are run in CI. Failures during the build
43 * Tier 3 - Builds for this target are run in CI. Failures during the build
50 * aarch64-apple-darwin
51 * aarch64-unknown-linux-gnu
52 * arm-unknown-linux-gnueabi
53 * armv7-unknown-linux-gnueabihf
54 * i686-unknown-freebsd
55 * i686-unknown-linux-gnu
56 * i686-unknown-linux-musl
57 * mips-unknown-linux-gnu
58 * mips64-unknown-linux-gnuabi64
59 * mips64el-unknown-linux-gnuabi64
60 * mipsel-unknown-linux-gnu
61 * powerpc64le-unknown-linux-gnu
62 * x86_64-unknown-freebsd
63 * x86_64-unknown-linux-gnu
64 * x86_64-unknown-linux-musl
67 * aarch64-apple-ios
68 * aarch64-linux-android
69 * arm-linux-androideabi
70 * arm-unknown-linux-musleabi
71 * armv7-linux-androideabi
72 * i686-linux-android
73 * powerpc-unknown-linux-gnu
74 * s390x-unknown-linux-gnu
75 * x86_64-apple-ios
76 * x86_64-linux-android
77 * x86_64-apple-darwin
78 * x86_64-unknown-illumos
79 * x86_64-unknown-netbsd
82 * armv7-unknown-linux-uclibceabihf
83 * x86_64-fuchsia
84 * x86_64-unknown-dragonfly
85 * x86_64-unknown-haiku
86 * x86_64-unknown-linux-gnux32
87 * x86_64-unknown-openbsd
88 * x86_64-unknown-redox
100 Feel free to join us in [the nix-rust/nix](https://gitter.im/nix-rust/nix) channel on Gitter to