Searched +full:armv7 +full:- +full:unknown +full:- +full:linux +full:- +full:uclibceabihf (Results 1 – 3 of 3) sorted by relevance
8 RUSTFLAGS: -D warnings9 RUSTDOCFLAGS: -D warnings18 - . $HOME/.cargo/env || true19 - $TOOL +$TOOLCHAIN -Vv20 - rustc +$TOOLCHAIN -Vv21 - $TOOL +$TOOLCHAIN $BUILD $ZFLAGS --target $TARGET --all-targets22 - $TOOL +$TOOLCHAIN doc $ZFLAGS --no-deps --target $TARGET23 - $TOOL +$TOOLCHAIN clippy $ZFLAGS --target $TARGET --all-targets -- -D warnings24 - if [ -z "$NOHACK" ]; then mkdir -p $HOME/.cargo/bin; export PATH=$HOME/.cargo/bin:$PATH; fi25 …- if [ -z "$NOHACK" ]; then curl -LsSf https://github.com/taiki-e/cargo-hack/releases/latest/downl…[all …]
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 by20 [gethostname](https://man7.org/linux/man-pages/man2/gethostname.2.html) system25 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 some38 * Tier 1 - Builds and tests for this target are run in CI. Failures of either40 * Tier 2 - Builds for this target are run in CI. Failures during the build43 * Tier 3 - Builds for this target are run in CI. Failures during the build[all …]
6 - auto-libc7 - try13 … actions: write # to cancel workflows (rust-lang/simpleinfra/github-actions/cancel-outdated-builds)16 name: Docker Linux Tier117 runs-on: ubuntu-22.0419 fail-fast: true22 i686-unknown-linux-gnu,23 x86_64-unknown-linux-gnu,26 - uses: rust-lang/simpleinfra/github-actions/cancel-outdated-builds@master29 - uses: actions/checkout@v3[all …]