Home
last modified time | relevance | path

Searched +full:build +full:- +full:rust (Results 1 – 25 of 1134) sorted by relevance

12345678910>>...46

/external/angle/build/rust/tests/
DBUILD.gn2 # Use of this source code is governed by a BSD-style license that can be
5 import("//build/config/rust.gni")
6 import("//build/rust/rust_unit_tests_group.gni")
8 # Build some minimal binaries to exercise the Rust toolchain
23 # All the rest require Rust.
26 "//build/rust/tests/bindgen_static_fns_test",
27 "//build/rust/tests/bindgen_test",
28 "//build/rust/tests/test_aliased_deps",
29 "//build/rust/tests/test_aliased_deps:test_aliased_deps_exe",
30 "//build/rust/tests/test_bin_crate",
[all …]
/external/bazelbuild-rules_rust/examples/crate_universe_unnamed/vendor_remote_manifests/crates/
Ddefs.bzl3 # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To
11 - [aliases](#aliases)
12 - [crate_deps](#crate_deps)
13 - [all_crate_deps](#all_crate_deps)
14 - [crate_repositories](#crate_repositories)
76 # Alert on any miss-matched dependencies
95 list: A list of labels to generated rust targets (str)
144 build = False,
162 build (bool, optional): If True, build dependencies are included
164 build_proc_macro (bool, optional): If True, build proc_macro dependencies are
[all …]
/external/bazelbuild-rules_rust/examples/crate_universe/vendor_remote_manifests/crates/
Ddefs.bzl3 # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To
11 - [aliases](#aliases)
12 - [crate_deps](#crate_deps)
13 - [all_crate_deps](#all_crate_deps)
14 - [crate_repositories](#crate_repositories)
76 # Alert on any miss-matched dependencies
95 list: A list of labels to generated rust targets (str)
144 build = False,
162 build (bool, optional): If True, build dependencies are included
164 build_proc_macro (bool, optional): If True, build proc_macro dependencies are
[all …]
/external/bazelbuild-rules_rust/crate_universe/3rdparty/crates/
Ddefs.bzl3 # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To
11 - [aliases](#aliases)
12 - [crate_deps](#crate_deps)
13 - [all_crate_deps](#all_crate_deps)
14 - [crate_repositories](#crate_repositories)
76 # Alert on any miss-matched dependencies
95 list: A list of labels to generated rust targets (str)
144 build = False,
162 build (bool, optional): If True, build dependencies are included
164 build_proc_macro (bool, optional): If True, build proc_macro dependencies are
[all …]
/external/bazelbuild-rules_rust/bindgen/3rdparty/crates/
Ddefs.bzl3 # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To
11 - [aliases](#aliases)
12 - [crate_deps](#crate_deps)
13 - [all_crate_deps](#all_crate_deps)
14 - [crate_repositories](#crate_repositories)
76 # Alert on any miss-matched dependencies
95 list: A list of labels to generated rust targets (str)
144 build = False,
162 build (bool, optional): If True, build dependencies are included
164 build_proc_macro (bool, optional): If True, build proc_macro dependencies are
[all …]
/external/bazelbuild-rules_rust/examples/crate_universe/vendor_remote_pkgs/crates/
Ddefs.bzl3 # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To
6 …://github.com/bazelbuild/rules_rust/blob/main/examples/crate_universe/vendor_local_pkgs/BUILD.bazel
11 - [aliases](#aliases)
12 - [crate_deps](#crate_deps)
13 - [all_crate_deps](#all_crate_deps)
14 - [crate_repositories](#crate_repositories)
76 # Alert on any miss-matched dependencies
95 list: A list of labels to generated rust targets (str)
144 build = False,
162 build (bool, optional): If True, build dependencies are included
[all …]
/external/bazelbuild-rules_rust/examples/crate_universe_unnamed/vendor_remote_pkgs/crates/
Ddefs.bzl3 # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To
11 - [aliases](#aliases)
12 - [crate_deps](#crate_deps)
13 - [all_crate_deps](#all_crate_deps)
14 - [crate_repositories](#crate_repositories)
76 # Alert on any miss-matched dependencies
95 list: A list of labels to generated rust targets (str)
144 build = False,
162 build (bool, optional): If True, build dependencies are included
164 build_proc_macro (bool, optional): If True, build proc_macro dependencies are
[all …]
/external/bazelbuild-rules_rust/proto/prost/private/3rdparty/crates/
Ddefs.bzl3 # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To
11 - [aliases](#aliases)
12 - [crate_deps](#crate_deps)
13 - [all_crate_deps](#all_crate_deps)
14 - [crate_repositories](#crate_repositories)
76 # Alert on any miss-matched dependencies
95 list: A list of labels to generated rust targets (str)
144 build = False,
162 build (bool, optional): If True, build dependencies are included
164 build_proc_macro (bool, optional): If True, build proc_macro dependencies are
[all …]
/external/bazelbuild-rules_rust/wasm_bindgen/3rdparty/crates/
Ddefs.bzl3 # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To
11 - [aliases](#aliases)
12 - [crate_deps](#crate_deps)
13 - [all_crate_deps](#all_crate_deps)
14 - [crate_repositories](#crate_repositories)
76 # Alert on any miss-matched dependencies
95 list: A list of labels to generated rust targets (str)
144 build = False,
162 build (bool, optional): If True, build dependencies are included
164 build_proc_macro (bool, optional): If True, build proc_macro dependencies are
[all …]
/external/angle/build/config/
Drust.gni2 # Use of this source code is governed by a BSD-style license that can be
5 import("//build/config/chrome_build.gni")
6 import("//build/config/compiler/compiler.gni")
7 import("//build/config/sanitizers/sanitizers.gni")
8 import("//build/toolchain/toolchain.gni")
11 import("//build/config/android/config.gni")
15 import("//build/config/ios/config.gni") # For `target_environment`
16 import("//build/config/ios/ios_sdk.gni") # For `xcode_version_int`
20 # Rust is available in the Chromium build but 3p repos that use //build may
21 # not use Rust and thus won't want to depend on having the Rust toolchain
[all …]
/external/cronet/build/config/
Drust.gni2 # Use of this source code is governed by a BSD-style license that can be
5 import("//build/config/chrome_build.gni")
6 import("//build/config/compiler/compiler.gni")
7 import("//build/config/sanitizers/sanitizers.gni")
8 import("//build/toolchain/toolchain.gni")
11 import("//build/config/android/config.gni")
15 import("//build/config/ios/config.gni") # For `target_environment`
16 import("//build/config/ios/ios_sdk.gni") # For `xcode_version_int`
20 # Rust is available in the Chromium build but 3p repos that use //build may
21 # not use Rust and thus won't want to depend on having the Rust toolchain
[all …]
/external/rust/cxx/book/src/build/
Dother.md1 {{#title Other build systems — Rust ♡ C++}}
2 # Some other build system
6 - Produce the CXX-generated C++ bindings code.
7 - Compile the generated C++ code.
8 - Link the resulting objects together with your other C++ and Rust objects.
10 *Not all build systems are created equal. If you're hoping to use a build system
12 more build systems (like automake+cargo) and expect to solve them
18 CXX's Rust code generation automatically happens when the `#[cxx::bridge]`
19 procedural macro is expanded during the normal Rust compilation process, so no
20 special build steps are required there.
[all …]
/external/bazelbuild-rules_rust/proto/protobuf/3rdparty/crates/
Ddefs.bzl3 # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To
11 - [aliases](#aliases)
12 - [crate_deps](#crate_deps)
13 - [all_crate_deps](#all_crate_deps)
14 - [crate_repositories](#crate_repositories)
76 # Alert on any miss-matched dependencies
95 list: A list of labels to generated rust targets (str)
144 build = False,
162 build (bool, optional): If True, build dependencies are included
164 build_proc_macro (bool, optional): If True, build proc_macro dependencies are
[all …]
/external/python/bumble/.github/workflows/
Dpython-build-test.yml1 # Build and test the python package
2 name: Python build and test
14 build:
15 runs-on: ${{ matrix.os }}
18 os: ['ubuntu-latest', 'macos-latest', 'windows-latest']
19 python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
20 fail-fast: false
23 - name: Check out from Git
25 - name: Get history and tags for SCM versioning to work
27 git fetch --prune --unshallow
[all …]
/external/rust/crates/log/.github/workflows/
Dmain.yml7 runs-on: ${{ matrix.os }}
10 build: [stable, beta, nightly, macos, win32, win64, mingw]
12 - build: stable
13 os: ubuntu-latest
14 rust: stable
15 - build: beta
16 os: ubuntu-latest
17 rust: beta
18 - build: nightly
19 os: ubuntu-latest
[all …]
/external/rust/crates/quickcheck/.github/workflows/
Dci.yml6 - master
8 - cron: '00 01 * * *'
12 runs-on: ${{ matrix.os }}
15 build:
16 - pinned
17 - stable
18 - beta
19 - nightly
20 - macos
21 - win-msvc
[all …]
/external/rust/crates/aho-corasick/.github/workflows/
Dci.yml6 - master
8 - cron: '00 01 * * *'
13 # For some builds, we use cross to test on 32-bit and big-endian
16 # When CARGO is set to CROSS, TARGET is set to `--target matrix.target`.
18 runs-on: ${{ matrix.os }}
21 build:
22 - pinned
23 - stable
24 - stable-32
25 - stable-mips
[all …]
/external/rust/crates/regex-automata/.github/workflows/
Dci.yml6 - master
8 - cron: '00 01 * * *'
13 # For some builds, we use cross to test on 32-bit and big-endian
16 # When CARGO is set to CROSS, TARGET is set to `--target matrix.target`.
18 runs-on: ${{ matrix.os }}
21 build:
22 - pinned
23 - stable
24 - stable-32
25 - stable-mips
[all …]
/external/angle/build/rust/std/rules/
DBUILD.gn2 # Use of this source code is governed by a BSD-style license that can be
5 # @generated from build/rust/std/BUILD.gn.hbs by tools/crates/gnrt. Do not edit!
7 import("//build/rust/cargo_crate.gni")
11 …crate_root = "//third_party/rust-toolchain/lib/rustlib/src/rust/vendor/addr2line-0.21.0/src/lib.rs"
13 …"//third_party/rust-toolchain/lib/rustlib/src/rust/vendor/addr2line-0.21.0/src/builtin_split_dwarf…
14 "//third_party/rust-toolchain/lib/rustlib/src/rust/vendor/addr2line-0.21.0/src/function.rs",
15 "//third_party/rust-toolchain/lib/rustlib/src/rust/vendor/addr2line-0.21.0/src/lazy.rs",
16 "//third_party/rust-toolchain/lib/rustlib/src/rust/vendor/addr2line-0.21.0/src/lib.rs",
21 # Unit tests skipped. Generate with --with-tests to include them.
27 "A cross-platform symbolication library written in Rust, using `gimli`"
[all …]
/external/rust/crates/termcolor/.github/workflows/
Dci.yml6 - master
8 - cron: '00 01 * * *'
12 runs-on: ${{ matrix.os }}
16 - build: pinned
17 os: ubuntu-latest
18 rust: 1.60.0
19 - build: pinned-win
20 os: windows-latest
21 rust: 1.60.0
22 - build: stable
[all …]
/external/cronet/build/rust/std/rules/
DBUILD.gn2 # Use of this source code is governed by a BSD-style license that can be
5 # @generated from build/rust/std/BUILD.gn.hbs by tools/crates/gnrt. Do not edit!
7 import("//build/rust/cargo_crate.gni")
11 …crate_root = "//third_party/rust-toolchain/lib/rustlib/src/rust/vendor/addr2line-0.21.0/src/lib.rs"
13 …"//third_party/rust-toolchain/lib/rustlib/src/rust/vendor/addr2line-0.21.0/src/builtin_split_dwarf…
14 "//third_party/rust-toolchain/lib/rustlib/src/rust/vendor/addr2line-0.21.0/src/function.rs",
15 "//third_party/rust-toolchain/lib/rustlib/src/rust/vendor/addr2line-0.21.0/src/lazy.rs",
16 "//third_party/rust-toolchain/lib/rustlib/src/rust/vendor/addr2line-0.21.0/src/lib.rs",
21 # Unit tests skipped. Generate with --with-tests to include them.
27 "A cross-platform symbolication library written in Rust, using `gimli`"
[all …]
/external/rust/crates/byteorder/.github/workflows/
Dci.yml6 - master
8 - cron: '00 01 * * *'
13 # For some builds, we use cross to test on 32-bit and big-endian
16 # When CARGO is set to CROSS, TARGET is set to `--target matrix.target`.
18 runs-on: ${{ matrix.os }}
21 build:
22 - pinned
23 - stable
24 - stable-32
25 - stable-mips
[all …]
/external/rust/crates/walkdir/.github/workflows/
Dci.yml6 - master
8 - cron: '00 01 * * *'
12 runs-on: ${{ matrix.os }}
15 build:
16 - pinned
17 - pinned-win
18 - stable
19 - beta
20 - nightly
21 - macos
[all …]
/external/bazelbuild-rules_rust/examples/sys/complex/3rdparty/crates/
Ddefs.bzl3 # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To
11 - [aliases](#aliases)
12 - [crate_deps](#crate_deps)
13 - [all_crate_deps](#all_crate_deps)
14 - [crate_repositories](#crate_repositories)
76 # Alert on any miss-matched dependencies
95 list: A list of labels to generated rust targets (str)
144 build = False,
162 build (bool, optional): If True, build dependencies are included
164 build_proc_macro (bool, optional): If True, build proc_macro dependencies are
[all …]
/external/bazelbuild-rules_rust/tools/rust_analyzer/3rdparty/crates/
Ddefs.bzl3 # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To
11 - [aliases](#aliases)
12 - [crate_deps](#crate_deps)
13 - [all_crate_deps](#all_crate_deps)
14 - [crate_repositories](#crate_repositories)
76 # Alert on any miss-matched dependencies
95 list: A list of labels to generated rust targets (str)
144 build = False,
162 build (bool, optional): If True, build dependencies are included
164 build_proc_macro (bool, optional): If True, build proc_macro dependencies are
[all …]

12345678910>>...46