Home
last modified time | relevance | path

Searched +full:bazel +full:- +full:2 (Results 1 – 25 of 1029) sorted by relevance

12345678910>>...42

/external/rust/crates/grpcio-sys/grpc/bazel/
Dupdate_mirror.sh8 # http://www.apache.org/licenses/LICENSE-2.0
16 # Script to upload github archives for bazel dependencies to GCS, creating a reliable mirror link.
17 …ves are copied to "grpc-bazel-mirror" GCS bucket (https://console.cloud.google.com/storage/browser…
18 # and will by downloadable with the https://storage.googleapis.com/grpc-bazel-mirror/ prefix.
20 # This script should be run each time bazel dependencies are updated.
22 set -e
28 tmpdir="$(mktemp -d)"
30 rm -rf "$tmpdir"
37 if gsutil stat "gs://grpc-bazel-mirror/${file}" > /dev/null
42 curl -L --fail --output "${tmpdir}/archive" "https://${file}"
[all …]
Dgrpc_deps.bzl7 # http://www.apache.org/licenses/LICENSE-2.0
14 """Load dependencies needed to compile and test the grpc library as a 3rd-party consumer."""
17 load("@com_github_grpc_grpc//bazel:grpc_python_deps.bzl", "grpc_python_deps")
19 # buildifier: disable=unnamed-macro
139 name = "opencensus-context",
144 name = "opencensus-trace",
149 name = "opencensus-trace-context_util",
154 name = "opencensus-trace-propagation",
159 name = "opencensus-trace-span_context",
164 name = "opencensus-stats",
[all …]
/external/rust/crates/grpcio-sys/grpc/tools/
Dbazel8 # http://www.apache.org/licenses/LICENSE-2.0
17 # Keeping up with Bazel's breaking changes is currently difficult.
18 # This script wraps calling bazel by downloading the currently
20 # that running bazel will always get meaningful results, at least
21 # until Bazel 1.0 is released.
22 # NOTE: This script relies on bazel's feature where //tools/bazel
23 # script can be used to hijack "bazel" invocations in given workspace.
25 set -e
33 # https://github.com/bazelbuild/bazel/blob/master/scripts/packages/bazel.sh
35 # run "bazel" in our workspace)
[all …]
/external/rust/crates/grpcio-sys/grpc/test/distrib/bazel/python/tools/
Dbazel8 # http://www.apache.org/licenses/LICENSE-2.0
17 # Keeping up with Bazel's breaking changes is currently difficult.
18 # This script wraps calling bazel by downloading the currently
20 # that running bazel will always get meaningful results, at least
21 # until Bazel 1.0 is released.
22 # NOTE: This script relies on bazel's feature where //tools/bazel
23 # script can be used to hijack "bazel" invocations in given workspace.
25 set -e
33 # https://github.com/bazelbuild/bazel/blob/master/scripts/packages/bazel.sh
35 # run "bazel" in our workspace)
[all …]
/external/rust/crates/grpcio-sys/grpc/test/distrib/bazel/cpp/tools/
Dbazel8 # http://www.apache.org/licenses/LICENSE-2.0
17 # Keeping up with Bazel's breaking changes is currently difficult.
18 # This script wraps calling bazel by downloading the currently
20 # that running bazel will always get meaningful results, at least
21 # until Bazel 1.0 is released.
22 # NOTE: This script relies on bazel's feature where //tools/bazel
23 # script can be used to hijack "bazel" invocations in given workspace.
25 set -e
33 # https://github.com/bazelbuild/bazel/blob/master/scripts/packages/bazel.sh
35 # run "bazel" in our workspace)
[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
6 # bazel run @//crate_universe/3rdparty:crates_vendor
11 - [aliases](#aliases)
12 - [crate_deps](#crate_deps)
13 - [all_crate_deps](#all_crate_deps)
14 - [crate_repositories](#crate_repositories)
36 # The first key in the map is a Bazel package
76 # Alert on any miss-matched dependencies
298 "anyhow": Label("@cui__anyhow-1.0.75//:anyhow"),
299 "camino": Label("@cui__camino-1.1.6//:camino"),
[all …]
/external/grpc-grpc/test/distrib/bazel/python/tools/
Dbazel8 # http://www.apache.org/licenses/LICENSE-2.0
17 # Keeping up with Bazel's breaking changes is currently difficult.
18 # This script wraps calling bazel by downloading the currently
20 # that running bazel will always get meaningful results, at least
21 # until Bazel 1.0 is released.
22 # NOTE: This script relies on bazel's feature where //tools/bazel
23 # script can be used to hijack "bazel" invocations in given workspace.
25 set -e
33 # https://github.com/bazelbuild/bazel/blob/master/scripts/packages/bazel.sh
35 # run "bazel" in our workspace)
[all …]
/external/grpc-grpc/tools/
Dbazel8 # http://www.apache.org/licenses/LICENSE-2.0
17 # Keeping up with Bazel's breaking changes is currently difficult.
18 # This script wraps calling bazel by downloading the currently
20 # that running bazel will always get meaningful results, at least
21 # until Bazel 1.0 is released.
22 # NOTE: This script relies on bazel's feature where //tools/bazel
23 # script can be used to hijack "bazel" invocations in given workspace.
25 set -e
33 # https://github.com/bazelbuild/bazel/blob/master/scripts/packages/bazel.sh
35 # run "bazel" in our workspace)
[all …]
/external/grpc-grpc/test/distrib/bazel/cpp/tools/
Dbazel8 # http://www.apache.org/licenses/LICENSE-2.0
17 # Keeping up with Bazel's breaking changes is currently difficult.
18 # This script wraps calling bazel by downloading the currently
20 # that running bazel will always get meaningful results, at least
21 # until Bazel 1.0 is released.
22 # NOTE: This script relies on bazel's feature where //tools/bazel
23 # script can be used to hijack "bazel" invocations in given workspace.
25 set -e
33 # https://github.com/bazelbuild/bazel/blob/master/scripts/packages/bazel.sh
35 # run "bazel" in our workspace)
[all …]
/external/bazelbuild-rules_rust/test/clippy/
Dclippy_failure_test.sh3 # Runs Bazel build commands over clippy rules, where some are expected
8 set -euo pipefail
10 if [[ -z "${BUILD_WORKSPACE_DIRECTORY:-}" ]]; then
11 >&2 echo "This script should be run under Bazel"
17 TEMP_DIR="$(mktemp -d -t ci-XXXXXXXXXX)"
20 # Executes a bazel build command and handles the return value, exiting
25 # ${2}: The target within "//test/clippy" to be tested.
27 # Any additional arguments are passed to `bazel build`.
30 echo -n "Testing ${2}... "
31 (bazel build ${@:3} //test/clippy:"${2}" &> /dev/null) || ret="$?" && true
[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
6 # bazel run @//proto/protobuf/3rdparty:crates_vendor
11 - [aliases](#aliases)
12 - [crate_deps](#crate_deps)
13 - [all_crate_deps](#all_crate_deps)
14 - [crate_repositories](#crate_repositories)
36 # The first key in the map is a Bazel package
76 # Alert on any miss-matched dependencies
298 "grpc": Label("@rules_rust_proto__grpc-0.6.2//:grpc"),
299 "grpc-compiler": Label("@rules_rust_proto__grpc-compiler-0.6.2//:grpc_compiler"),
[all …]
/external/bazel-skylib/docs/
Dmaintainers_guide.md5 * `bzl_library.bzl` - used by almost all rule sets, and thus requiring
7 to be moved out of Skylib and and into Bazel's bundled `@bazel_tools` repo
8 (see https://github.com/bazelbuild/bazel-skylib/issues/127).
9 * Test libraries - `rules/analysis_test.bzl`, `rules/build_test.bzl`,
27 backwards-incompatible manner. See the criteria in README.md.
28 2. Given a choice between breaking backwards compatibility and keeping it, try
32 3. Keep Skylib out-of-the-box compatible with the current stable Bazel release
33 (ideally - with two most recent stable releases).
35 `native.foobar()` method which was introduced in the latest Bazel
36 pre-release or is gated behind an `--incompatible` flag, use an `if
[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
6 # bazel run @//proto/prost/private/3rdparty:crates_vendor
11 - [aliases](#aliases)
12 - [crate_deps](#crate_deps)
13 - [all_crate_deps](#all_crate_deps)
14 - [crate_repositories](#crate_repositories)
36 # The first key in the map is a Bazel package
76 # Alert on any miss-matched dependencies
298 "h2": Label("@rules_rust_prost__h2-0.3.19//:h2"),
299 "prost": Label("@rules_rust_prost__prost-0.11.9//:prost"),
[all …]
/external/skia/bazel/
Ddevicesrc1 # GENERATED FILE - Please do not edit.
3 test:AlphaR2 --strategy=TestRunner=local
4 test:AlphaR2 --test_arg=--device-specific-bazel-config
5 test:AlphaR2 --test_arg=AlphaR2
6 test:AlphaR2 --test_arg=--key
7 test:AlphaR2 --test_arg=arch
8 test:AlphaR2 --test_arg=x86_64
9 test:AlphaR2 --test_arg=model
10 test:AlphaR2 --test_arg=AlphaR2
11 test:AlphaR2 --test_arg=os
[all …]
/external/bazelbuild-rules_python/proposals/
D2018-10-25-selecting-between-python-2-and-3.md1 ---
2 title: Selecting Between Python 2 and 3
4 created: 2018-10-25
5 updated: 2019-01-11
7 - [brandjon@](https://github.com/brandjon)
9 - [mrovner@](https://github.com/mrovner)
10 discussion thread: [bazel #6583](https://github.com/bazelbuild/bazel/issues/6583)
11 ---
13 # Selecting Between Python 2 and 3
172 or Python 3 is used to run Python targets built by Bazel. This design document reviews the exis…
[all …]
/external/rust/crates/grpcio-sys/grpc/third_party/
DREADME.md1 # Third-party libraries
3 gRPC depends on several third-party libraries, their source code is available
8 - IMPORTANT: whenever possible, try to only update to a stable release of a library (= not to maste…
12 - bazel BUILD uses a different dependency model - whenever updating a submodule, also update the re…
13 non-bazel builds stay in sync (this is actually enforced by a sanity check in some cases)
15 ## Considerations when adding a new third-party dependency
17 - gRPC C++ needs to stay buildable/installable even if the submodules are not present (e.g. the tar…
21 - Adding a new dependency is a lot of work (both for us and for the users).
22 …We currently support multiple build systems (BAZEL, cmake, make, ...) so adding a new dependency u…
26 …r the users and community - it means that all users will need to update their projects accordingly…
[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
6 # bazel run @//wasm_bindgen/3rdparty:crates_vendor
11 - [aliases](#aliases)
12 - [crate_deps](#crate_deps)
13 - [all_crate_deps](#all_crate_deps)
14 - [crate_repositories](#crate_repositories)
36 # The first key in the map is a Bazel package
76 # Alert on any miss-matched dependencies
298 "anyhow": Label("@rules_rust_wasm_bindgen__anyhow-1.0.71//:anyhow"),
299 "docopt": Label("@rules_rust_wasm_bindgen__docopt-1.1.1//:docopt"),
[all …]
/external/bazelbuild-remote-apis/
DWORKSPACE9 …"https://mirror.bazel.build/github.com/bazelbuild/bazel-skylib/releases/download/1.4.2/bazel-skyli…
10 … "https://github.com/bazelbuild/bazel-skylib/releases/download/1.4.2/bazel-skylib-1.4.2.tar.gz",
23 …"https://mirror.bazel.build/github.com/bazelbuild/rules_go/releases/download/v0.43.0/rules_go-v0.4…
24 "https://github.com/bazelbuild/rules_go/releases/download/v0.43.0/rules_go-v0.43.0.zip",
33 …"https://mirror.bazel.build/github.com/bazelbuild/bazel-gazelle/releases/download/v0.34.0/bazel-ga…
34 …"https://github.com/bazelbuild/bazel-gazelle/releases/download/v0.34.0/bazel-gazelle-v0.34.0.tar.g…
42 strip_prefix = "protobuf-3.15.0",
54 strip_prefix = "grpc-93e8830070e9afcbaa992c75817009ee3f4b63a0", # v1.24.3 with fixes
59 load("@com_github_grpc_grpc//bazel:grpc_deps.bzl", "grpc_deps")
64 load("@upb//bazel:workspace_deps.bzl", "upb_deps")
[all …]
/external/rust/cxx/
DMODULE.bazel.lock6 "https://bcr.bazel.build/"
34 "file": "@@//:MODULE.bazel",
52 "file": "@@//:MODULE.bazel",
62 "extensionBzlFile": "@cxx.rs//tools/bazel:extension.bzl",
66 "file": "@@//:MODULE.bazel",
71 "vendor__cc-1.0.89": "vendor__cc-1.0.89",
72 "vendor__clap-4.5.1": "vendor__clap-4.5.1",
73 "vendor__codespan-reporting-0.11.1": "vendor__codespan-reporting-0.11.1",
74 "vendor__once_cell-1.19.0": "vendor__once_cell-1.19.0",
75 "vendor__proc-macro2-1.0.78": "vendor__proc-macro2-1.0.78",
[all …]
/external/sandboxed-api/sandboxed_api/bazel/
Dsapi_deps.bzl7 # https://www.apache.org/licenses/LICENSE-2.0
15 """Loads dependencies needed to compile Sandboxed API for 3rd-party consumers."""
19 load("//sandboxed_api/bazel:llvm_config.bzl", "llvm_configure")
20 load("//sandboxed_api/bazel:repositories.bzl", "autotools_repository")
25 # Bazel Skylib
31 …"https://mirror.bazel.build/github.com/bazelbuild/bazel-skylib/releases/download/1.4.2/bazel-skyli…
32 … "https://github.com/bazelbuild/bazel-skylib/releases/download/1.4.2/bazel-skylib-1.4.2.tar.gz",
40 sha256 = "1ca4c7431b0818a10507af8eac34a1873e4e786a18ecd3f04d8faf3a0874e8bb", # 2023-08-24
41 strip_prefix = "abseil-cpp-8ebad34c3fa54a9ad2f46ca8cab98e75c4f750bf",
42 …urls = ["https://github.com/abseil/abseil-cpp/archive/8ebad34c3fa54a9ad2f46ca8cab98e75c4f750bf.zip…
[all …]
/external/grpc-grpc/third_party/
DREADME.md1 # Third-party libraries
3 gRPC depends on several third-party libraries, their source code is available
8 - IMPORTANT: whenever possible, try to only update to a stable release of a library (= not to maste…
12 - bazel BUILD uses a different dependency model - whenever updating a submodule, also update the re…
13 non-bazel builds stay in sync (this is actually enforced by a sanity check in some cases)
15 ## Considerations when adding a new third-party dependency
17 - gRPC C++ needs to stay buildable/installable even if the submodules are not present (e.g. the tar…
20- CAVEAT: upb is an exception here because of its lack of cmake support. Therefore, third_party/up…
22 - Adding a new dependency is a lot of work (both for us and for the users).
23 …We currently support multiple build systems (BAZEL, cmake, make, ...) so adding a new dependency u…
[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
6 # bazel run @//vendor_remote_pkgs:crates_vendor
11 - [aliases](#aliases)
12 - [crate_deps](#crate_deps)
13 - [all_crate_deps](#all_crate_deps)
14 - [crate_repositories](#crate_repositories)
36 # The first key in the map is a Bazel package
76 # Alert on any miss-matched dependencies
298 "axum": Label("@crates_vendor_pkgs__axum-0.4.8//:axum"),
299 "hyper": Label("@crates_vendor_pkgs__hyper-0.14.28//:hyper"),
[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)
36 # The first key in the map is a Bazel package
76 # Alert on any miss-matched dependencies
298 "axum": Label("@crates_vendor_pkgs__axum-0.4.8//:axum"),
299 "hyper": Label("@crates_vendor_pkgs__hyper-0.14.28//:hyper"),
[all …]
/external/angle/third_party/spirv-tools/src/kokoro/macos-clang-release-bazel/
Dbuild.sh8 # http://www.apache.org/licenses/LICENSE-2.0
19 set -e
21 set -x
25 SRC=$PWD/github/SPIRV-Tools
30 git config --global --add safe.directory $SRC
33 /usr/bin/python3 utils/git-sync-deps --treeless
35 # Get bazel 7.0.2
36 gsutil cp gs://bazel/7.0.2/release/bazel-7.0.2-darwin-x86_64 .
37 chmod +x bazel-7.0.2-darwin-x86_64
40 ./bazel-7.0.2-darwin-x86_64 build --cxxopt=-std=c++17 :all
[all …]
/external/swiftshader/third_party/SPIRV-Tools/kokoro/macos-clang-release-bazel/
Dbuild.sh8 # http://www.apache.org/licenses/LICENSE-2.0
19 set -e
21 set -x
25 SRC=$PWD/github/SPIRV-Tools
30 git config --global --add safe.directory $SRC
33 /usr/bin/python3 utils/git-sync-deps --treeless
35 # Get bazel 7.0.2
36 gsutil cp gs://bazel/7.0.2/release/bazel-7.0.2-darwin-x86_64 .
37 chmod +x bazel-7.0.2-darwin-x86_64
40 ./bazel-7.0.2-darwin-x86_64 build --cxxopt=-std=c++17 :all
[all …]

12345678910>>...42