Searched +full:x86_64 +full:- +full:unknown +full:- +full:linux +full:- +full:musl (Results 1 – 25 of 112) sorted by relevance
12345
| /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/bazelbuild-rules_rust/util/ |
| D | fetch_shas_TARGETS.txt | 1 aarch64-apple-darwin 2 aarch64-apple-ios 3 aarch64-apple-ios-sim 4 aarch64-fuchsia 5 aarch64-linux-android 6 aarch64-pc-windows-msvc 7 aarch64-unknown-fuchsia 8 aarch64-unknown-linux-gnu 9 aarch64-unknown-linux-musl 10 aarch64-unknown-none [all …]
|
| /external/bazelbuild-rules_rust/rust/ |
| D | known_shas.bzl | 3 This is a generated file -- see //util:fetch_shas 7 …"2018-10-30/cargo-beta-aarch64-unknown-linux-gnu.tar.gz": "9d91fb3ee868421fbf8f4ed62cb7ee843dc6a1e… 8 …"2018-10-30/cargo-beta-aarch64-unknown-linux-gnu.tar.xz": "344ff43655bb61a31eb7b13c4120b2676b95bda… 9 …"2018-10-30/cargo-beta-arm-unknown-linux-gnueabi.tar.gz": "0a606c94eb712e53cabb0a1d7c68412b39a76d7… 10 …"2018-10-30/cargo-beta-arm-unknown-linux-gnueabi.tar.xz": "d15292144b3fb332b6d7716e38fa888ca29cd9f… 11 …"2018-10-30/cargo-beta-arm-unknown-linux-gnueabihf.tar.gz": "b1179633aac6064c9e01942367d0b0d48d90e… 12 …"2018-10-30/cargo-beta-arm-unknown-linux-gnueabihf.tar.xz": "71d2f625afcc523b7a0341a165f488b6b44b5… 13 …"2018-10-30/cargo-beta-armv7-unknown-linux-gnueabihf.tar.gz": "6857ab5a0a4abc06331029325495c03d337… 14 …"2018-10-30/cargo-beta-armv7-unknown-linux-gnueabihf.tar.xz": "c9eabe7ae86ccc1079e2c9b69de6f39b9f3… 15 …"2018-10-30/cargo-beta-i686-pc-windows-gnu.tar.gz": "e0ed7c8ebf9a642879b7b548670b85836fab5127f6466… [all …]
|
| /external/rust/crates/vm-memory/.buildkite/ |
| D | custom-tests.json | 4 "test_name": "build-gnu-mmap", 5 "command": "cargo build --release --features=xen", 6 "platform": ["x86_64", "aarch64"] 9 "test_name": "build-gnu-mmap-no-xen", 10 "command": "cargo build --release --features=backend-mmap", 11 "platform": ["x86_64", "aarch64"] 14 "test_name": "build-musl-mmap", 15 … "command": "cargo build --release --features=xen --target {target_platform}-unknown-linux-musl", 16 "platform": ["x86_64", "aarch64"] 19 "test_name": "build-musl-mmap-no-xen", [all …]
|
| /external/rust/crates/gpio-cdev/.github/workflows/ |
| D | ci.yml | 3 branches-ignore: 4 - "gh-readonly-queue/**" 11 RUSTFLAGS: '--deny warnings' 15 runs-on: ubuntu-latest 20 - aarch64-unknown-linux-gnu 21 - aarch64-unknown-linux-musl 22 - arm-unknown-linux-gnueabi 23 - arm-unknown-linux-gnueabihf 24 - armv7-unknown-linux-gnueabihf 25 - i686-unknown-linux-gnu [all …]
|
| /external/clang/test/Driver/ |
| D | linux-ld.c | 1 // General tests that ld invocations on Linux targets sane. Note that we use 4 // RUN: %clang -no-canonical-prefixes %s -### -o %t.o 2>&1 \ 5 // RUN: --target=i386-unknown-linux \ 6 // RUN: --gcc-toolchain="" \ 7 // RUN: --sysroot=%S/Inputs/basic_linux_tree \ 8 // RUN: | FileCheck --check-prefix=CHECK-LD-32 %s 9 // CHECK-LD-32-NOT: warning: 10 // CHECK-LD-32: "{{.*}}ld{{(.exe)?}}" "--sysroot=[[SYSROOT:[^"]+]]" 11 // CHECK-LD-32: "{{.*}}/usr/lib/gcc/i386-unknown-linux/4.6.0{{/|\\\\}}crtbegin.o" 12 // CHECK-LD-32: "-L[[SYSROOT]]/usr/lib/gcc/i386-unknown-linux/4.6.0" [all …]
|
| /external/bazelbuild-rules_rust/crate_universe/tools/cross_installer/ |
| D | Cross.toml | 2 # https://github.com/rust-embedded/cross/issues/223 3 # [target.aarch64-apple-darwin] 4 # image = "rustembedded/cross:aarch64-apple-darwin" 6 [target.aarch64-unknown-linux-gnu] 7 image = "rustembedded/cross:aarch64-unknown-linux-gnu@sha256:f0695f83156b2bfd3f946637852779207ff247… 10 # https://github.com/rust-embedded/cross/issues/223 11 # [target.x86_64-apple-darwin] 12 # image = "rustembedded/cross:x86_64-apple-darwin" 14 [target.x86_64-pc-windows-gnu] 15 image = "rustembedded/cross:x86_64-pc-windows-gnu@sha256:14d1808255d9e45fb99ef175d75820c3f2194c683d… [all …]
|
| /external/rust/crates/minimal-lexical/.github/workflows/ |
| D | Cross.yml | 11 runs-on: ubuntu-latest 13 fail-fast: false 17 - aarch64-linux-android 18 - arm-linux-androideabi 19 - armv7-linux-androideabi 20 - i686-linux-android 21 - x86_64-linux-android 23 # Linux 24 - aarch64-unknown-linux-gnu 25 - arm-unknown-linux-gnueabi [all …]
|
| /external/rust/crates/num_cpus/.github/workflows/ |
| D | ci.yml | 6 - master 13 ci-pass: 15 runs-on: ubuntu-latest 17 - msrv 18 - test-linux 19 - test-macos 20 - test-windows 21 - build-cross 22 - test-cgroups 24 - run: exit 0 [all …]
|
| /external/bazelbuild-rules_rust/.github/workflows/ |
| D | release.yaml | 1 --- 7 - main 9 - version.bzl 16 BAZEL_STARTUP_FLAGS: --bazelrc=${{ github.workspace }}/.github/github.bazelrc 20 runs-on: ubuntu-20.04 22 - uses: actions/checkout@v3 25 - name: Ensure branch is 'main' 28 branch="$(git rev-parse --abbrev-ref HEAD)" 35 - name: Ensure release does not already exist 39 if [[ -n "$(git tag -l ${version})" ]]; then [all …]
|
| /external/rust/crates/nix/ |
| D | README.md | 3 [](https://cirrus-ci.com/g… 5 [. This is done by 21 [gethostname](https://man7.org/linux/man-pages/man2/gethostname.2.html) system 26 pub unsafe extern fn gethostname(name: *mut c_char, len: size_t) -> c_int; 29 pub fn gethostname() -> Result<OsString>; 35 platforms supported by [libc](https://github.com/rust-lang/libc), only some 39 * Tier 1 - Builds and tests for this target are run in CI. Failures of either 41 * Tier 2 - Builds for this target are run in CI. Failures during the build [all …]
|
| /external/rust/crates/cast/.github/workflows/ |
| D | ci.yml | 12 runs-on: ubuntu-latest 17 - x86_64-unknown-linux-gnu 18 - i686-unknown-linux-musl 21 - uses: actions/checkout@v2 22 - uses: actions-rs/toolchain@v1 29 - uses: actions-rs/cargo@v1 32 args: --target ${{ matrix.target }} 34 - uses: actions-rs/cargo@v1 37 args: --target ${{ matrix.target }} --features std 42 runs-on: ubuntu-latest [all …]
|
| /external/bazelbuild-rules_rust/rust/platform/ |
| D | triple_mappings.bzl | 7 "aarch64-unknown-linux-gnu", 8 …"aarch64-unknown-nixos-gnu", # Same as `aarch64-unknown-linux-gnu` but with `@platforms//os:nixos… 9 "i686-apple-darwin", 10 "i686-pc-windows-msvc", 11 "i686-unknown-linux-gnu", 12 "x86_64-apple-darwin", 13 "x86_64-pc-windows-msvc", 14 "x86_64-unknown-linux-gnu", 15 … "x86_64-unknown-nixos-gnu", # Same as `x86_64-unknown-linux-gnu` but with `@platforms//os:nixos`. 19 #"i686-pc-windows-gnu", [all …]
|
| /external/rust/crates/socket2/ |
| D | Cargo.toml.orig | 8 license = "MIT OR Apache-2.0" 10 repository = "https://github.com/rust-lang/socket2" 11 homepage = "https://github.com/rust-lang/socket2" 18 categories = ["api-bindings", "network-programming"] 20 rust-version = "1.63" 23 "LICENSE-APACHE", 24 "LICENSE-MIT", 30 all-features = true 31 rustdoc-args = ["--cfg", "docsrs"] 32 …-apple-ios", "aarch64-linux-android", "x86_64-apple-darwin", "x86_64-unknown-fuchsia", "x86_64-pc-… [all …]
|
| D | Cargo.toml | 14 rust-version = "1.63" 23 "LICENSE-APACHE", 24 "LICENSE-MIT", 32 homepage = "https://github.com/rust-lang/socket2" 41 "api-bindings", 42 "network-programming", 44 license = "MIT OR Apache-2.0" 45 repository = "https://github.com/rust-lang/socket2" 48 all-features = true 49 rustdoc-args = [ [all …]
|
| /external/bazelbuild-rules_rust/test/unit/platform_triple/ |
| D | platform_triple_test.bzl | 10 imaginary_triple = triple("arch-vendor-system-abi") 38 "arch-vendor-system-abi", 47 imaginary_triple = triple("arch-vendor-system") 75 "arch-vendor-system", 122 _assert_parts(env, triple("aarch64-apple-darwin"), "aarch64", "apple", "darwin", None) 123 _assert_parts(env, triple("aarch64-fuchsia"), "aarch64", "fuchsia", "fuchsia", None) 124 _assert_parts(env, triple("aarch64-unknown-linux-musl"), "aarch64", "unknown", "linux", "musl") 125 _assert_parts(env, triple("thumbv7em-none-eabi"), "thumbv7em", None, "none", "eabi") 126 _assert_parts(env, triple("thumbv8m.main-none-eabi"), "thumbv8m.main", None, "none", "eabi") 127 _assert_parts(env, triple("wasm32-unknown-unknown"), "wasm32", "unknown", "unknown", None) [all …]
|
| /external/rust/crates/grpcio-sys/android/ |
| D | build_cmake.rs | 1 // Copyright 2019 TiKV Project Authors. Licensed under Apache-2.0. 10 // Platform-Specific Instructions: Regenerating gRPC Bindings for Windows 12 // If you need to manually update the 'android/grpc-bindings.rs' file on Windows, 16 // - Download and install the pre-built LLVM binaries from: 18 // - Update the `LIBCLANG_PATH` environment variable to point to the 'bin' 22 // - Set the `GRPCIO_SYS_GRPC_INCLUDE_PATH` environment variable to the 26 // - Run the following Cargo command to regenerate the bindings: 27 // `cargo build --features _gen-bindings` 29 include!("../link-deps.rs"); 31 fn get_env(name: &str) -> Option<String> { in get_env() [all …]
|
| /external/crosvm/e2e_tests/guest_under_test/initramfs/ |
| D | Containerfile | 2 # Use of this source code is governed by a BSD-style license that can be 7 RUN echo "\ndeb-src http://deb.debian.org/debian bookworm main non-free-firmware\n" >> /etc/apt/sou… 9 RUN apt-get update 10 RUN apt-get install -y bash-static git meson linux-headers-amd64 wget bison gettext 14 …com/uutils/coreutils/releases/download/0.0.20/coreutils-0.0.20-x86_64-unknown-linux-musl.tar.gz -O… 15 RUN tar -zxvf coreutils.tar.gz 17 # Download source code and build util-linux 18 RUN git clone https://github.com/util-linux/util-linux.git 19 WORKDIR /root/util-linux 21 RUN apt-get build-dep -y util-linux [all …]
|
| /external/rust/crates/sharded-slab/ |
| D | rust-toolchain.toml | 5 "i686-unknown-linux-musl", 6 "x86_64-unknown-linux-gnu",
|
| /external/rust/crates/chrono/.github/workflows/ |
| D | test.yml | 4 # It's really `--all-features`, but not adding the mutually exclusive features from rkyv 5 …ALL_NON_EXCLUSIVE_FEATURES: --features "default unstable-locales rkyv-32 rkyv-validation rustc-ser… 16 os: [ubuntu-latest, macos-latest, windows-latest] 17 tz: ["ACST-9:30", "EST4", "UTC0", "Asia/Katmandu"] 18 runs-on: ${{ matrix.os }} 20 - uses: actions/checkout@v4 21 - uses: dtolnay/rust-toolchain@stable 22 - uses: Swatinem/rust-cache@v2 23 - run: cargo test ${{ env.ALL_NON_EXCLUSIVE_FEATURES }} --color=always -- --color=always 31 os: [ubuntu-latest] [all …]
|
| /external/toybox/scripts/ |
| D | mcm-buildall.sh | 3 # Script to build all cross and native compilers supported by musl-libc. 8 if [ ! -d litecross ] 10 echo Run this script in musl-cross-make directory to make "ccc" directory. 12 echo " "git clone https://github.com/richfelker/musl-cross-make 13 echo " "cd musl-cross-make 14 echo ' ~/toybox/scripts/mcm-buildall.sh' 19 # in a gcc tuple TARGET-linux-muslEXTRA with CONFIG appended to $GCC_CONFIG 20 # (and thus the gcc ./configure command line). So i686:: builds i686-linux-musl 21 # and sh2eb::fdpic:--with-cpu=mj2 builds sh2eb-linux-muslfdpic adding 22 # --with-cpu=mj2 to the gcc ./configure command line. @RENAME (if present) [all …]
|
| /external/rust/crates/vsock/.cargo/ |
| D | config | 2 target = "x86_64-unknown-linux-musl"
|
| /external/rust/crates/arc-swap/.github/workflows/ |
| D | test.yaml | 15 fail-fast: false 18 - ubuntu-latest 19 - macos-latest 20 - windows-latest 22 - stable 23 - beta 24 - nightly 25 # 1.45.0 # The weak-into-raw feature stabilized 28 runs-on: ${{ matrix.os }} 31 - name: checkout [all …]
|
| /external/rust/crates/libm/ |
| D | build.rs | 4 println!("cargo:rerun-if-changed=build.rs"); in main() 6 #[cfg(feature = "musl-reference-tests")] in main() 12 println!("cargo:rustc-cfg=assert_no_panic"); in main() 17 #[cfg(feature = "musl-reference-tests")] 32 // These are giving slightly different results compared to musl 64 // PowerPC tests are failing on LLVM 13: https://github.com/rust-lang/rust/issues/88520 in generate() 81 println!("generating musl reference tests in {:?}", file); in generate() 95 // After we have all our inputs, use the x86_64-unknown-linux-musl in generate() 105 fn parse(s: &str) -> Function { in parse() 119 let tail = eat(tail, " -> "); in parse() [all …]
|
12345