Searched +full:- +full:zbuild +full:- +full:std (Results 1 – 7 of 7) sorted by relevance
| /external/rust/crates/bytemuck/.github/workflows/ |
| D | rust.yml | 13 runs-on: ${{ matrix.os }} 17 # our `--feature` config here, but doing so will be very slow, as the 20 # versions (all on linux-x86_64) 21 - { rust: 1.34.0, os: ubuntu-latest } 22 - { rust: stable, os: ubuntu-latest } 23 - { rust: beta, os: ubuntu-latest } 24 - { rust: nightly, os: ubuntu-latest } 25 # non-linux platforms (ones which don't require `cross`) 26 - { rust: stable, os: macos-latest } 27 - { rust: stable, os: windows-latest } [all …]
|
| /external/rust/crates/bytes/ci/ |
| D | tsan.sh | 3 set -ex 8 RUSTFLAGS="-Z sanitizer=address" \ 9 cargo test --target x86_64-unknown-linux-gnu --test test_bytes --test test_buf --test test_buf_mut 12 RUSTFLAGS="-Z sanitizer=thread" \ 13 cargo -Zbuild-std test --target x86_64-unknown-linux-gnu --test test_bytes --test test_buf --test t…
|
| /external/rust/crates/libc/ |
| D | Cargo.toml.orig | 5 license = "MIT OR Apache-2.0" 7 repository = "https://github.com/rust-lang/libc" 8 homepage = "https://github.com/rust-lang/libc" 11 categories = ["external-ffi-bindings", "no-std", "os"] 19 features = ["const-extern-fn", "extra_traits"] 20 default-target = "x86_64-unknown-linux-gnu" 22 "aarch64-apple-darwin", 23 "aarch64-apple-ios", 24 "aarch64-linux-android", 25 "aarch64-pc-windows-msvc", [all …]
|
| D | Cargo.toml | 26 homepage = "https://github.com/rust-lang/libc" 37 "external-ffi-bindings", 38 "no-std", 41 license = "MIT OR Apache-2.0" 42 repository = "https://github.com/rust-lang/libc" 45 cargo-args = ["-Zbuild-std=core"] 46 default-target = "x86_64-unknown-linux-gnu" 48 "const-extern-fn", 52 "aarch64-apple-darwin", 53 "aarch64-apple-ios", [all …]
|
| /external/rust/crates/libloading/.github/workflows/ |
| D | libloading.yml | 2 group: ${{ github.workflow }}-${{ github.ref }} 3 cancel-in-progress: true 8 paths-ignore: ['*.mkd', 'LICENSE'] 13 native-test: 14 runs-on: ${{ matrix.os }} 16 fail-fast: false 19 os: [ubuntu-latest, windows-latest, macOS-latest] 20 timeout-minutes: 20 22 - uses: actions/checkout@v2 23 - run: rustup install ${{ matrix.rust_toolchain }} --profile=minimal [all …]
|
| /external/bazelbuild-rules_rust/crate_universe/test_data/metadata/crate_renamed_optional_deps_enabled/ |
| D | metadata.json | 11 "no-std", 12 "parser-implementations" 16 …ds\nany usages of data-dependent branches/LUTs and thereby provides portable\n\"best effort\" cons… 21 "std": [ array 26 "id": "base16ct 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", 32 "license": "Apache-2.0 OR MIT", 35 …"manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/base16ct-0.2.0/Cargo.… 39 "all-features": true, 40 "rustdoc-args": [ 41 "--cfg", [all …]
|
| /external/bazelbuild-rules_rust/crate_universe/test_data/metadata/crate_renamed_optional_deps_disabled/ |
| D | metadata.json | 9 "date-and-time" 21 "source": "registry+https://github.com/rust-lang/crates.io-index", 26 "description": "Parser for the Android-specific tzdata file", 31 "id": "android-tzdata 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", 37 "license": "MIT OR Apache-2.0", 40 …"manifest_path": "{CARGO_HOME}/registry/src/index.crates.io-6f17d22bba15001f/android-tzdata-0.1.1/… 42 "name": "android-tzdata", 45 "repository": "https://github.com/RumovZ/android-tzdata", 47 "source": "registry+https://github.com/rust-lang/crates.io-index", 59 "name": "android-tzdata", [all …]
|