Home
last modified time | relevance | path

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

1234567891011

/external/skia/
DWORKSPACE.bazel9 # See https://github.com/emscripten-core/emsdk/tree/85d27a4a2a60d591613a305b14ae438c2bb3ce11/bazel#…
13 strip_prefix = "emsdk-3.1.15/bazel",
15 "https://github.com/emscripten-core/emsdk/archive/refs/tags/3.1.15.tar.gz",
16 …"https://storage.googleapis.com/skia-world-readable/bazel/74c7c54b3544555ec38d1e9dcc7e90b9f49ed0e0…
34 …"https://mirror.bazel.build/github.com/bazelbuild/bazel-skylib/releases/download/1.1.1/bazel-skyli…
35 … "https://github.com/bazelbuild/bazel-skylib/releases/download/1.1.1/bazel-skylib-1.1.1.tar.gz",
46 strip_prefix = "bazel-toolchains-5.1.1",
48 …"https://storage.googleapis.com/skia-world-readable/bazel/e52789d4e89c3e2dc0e3446a9684626a626b6bec…
49 "https://github.com/bazelbuild/bazel-toolchains/archive/refs/tags/v5.1.1.tar.gz",
64 sha256 = "5fa3c738d33acca3b97622a13a741129f67ef43f5fdfcec63b29374cc0574c29",
[all …]
/external/brotli/
D.travis.yml5 - master
11 - os: linux
12 env: BUILD_SYSTEM=cmake C_COMPILER=gcc-7 CXX_COMPILER=g++-7
16 - ubuntu-toolchain-r-test
18 - gcc-7
19 - g++-7
20 - os: linux
21 env: BUILD_SYSTEM=cmake C_COMPILER=gcc-4.4 CXX_COMPILER=g++-4.4
25 - ubuntu-toolchain-r-test
27 - gcc-4.4
[all …]
/external/rust/crates/grpcio-sys/grpc/bazel/
Dgrpc_deps.bzl1 """Load dependencies needed to compile and test the grpc library as a 3rd-party consumer."""
4 load("@com_github_grpc_grpc//bazel:grpc_python_deps.bzl", "grpc_python_deps")
40 name = "absl-base",
45 name = "absl-time",
110 name = "opencensus-context",
115 name = "opencensus-trace",
120 name = "opencensus-trace-context_util",
125 name = "opencensus-trace-propagation",
130 name = "opencensus-stats",
135 name = "opencensus-stats-test",
[all …]
/external/starlark-go/
DREADME.md2 <!-- This file is the project homepage for go.starlark.net -->
6 [![Travis CI](https://travis-ci.org/google/starlark-go.svg)](https://travis-ci.org/google/starlark-
15 Like Python, it is an untyped dynamic language with high-level data
16 types, first-class functions with lexical scope, and garbage collection.
25 application, and the application may define additional domain-specific
28 [Bazel build tool](https://bazel.build).
29 Bazel uses Starlark as the notation both for its BUILD files (like
32 language](https://docs.bazel.build/versions/master/skylark/language.html),
33 through which Bazel is extended with custom logic to support new
45 * Mailing list: [starlark-go](https://groups.google.com/forum/#!forum/starlark-go)
[all …]
/external/jazzer-api/
Drepositories.bzl7 # http://www.apache.org/licenses/LICENSE-2.0
26 …"https://mirror.bazel.build/github.com/bazelbuild/platforms/releases/download/0.0.5/platforms-0.0.
27 … "https://github.com/bazelbuild/platforms/releases/download/0.0.5/platforms-0.0.5.tar.gz",
36 …"https://mirror.bazel.build/github.com/bazelbuild/bazel-skylib/releases/download/1.2.1/bazel-skyli…
37 … "https://github.com/bazelbuild/bazel-skylib/releases/download/1.2.1/bazel-skylib-1.2.1.tar.gz",
52 strip_prefix = "abseil-cpp-20220623.0",
53 url = "https://github.com/abseil/abseil-cpp/archive/refs/tags/20220623.0.tar.gz",
60 strip_prefix = "bazel_jar_jar-commit-d97cfd22d47cba9a20708fa092f20348b72fb5ed",
61 …url = "https://github.com/CodeIntelligenceTesting/bazel_jar_jar/archive/refs/tags/commit-d97cfd22d…
69 strip_prefix = "typetools-commit-887153d2a9adf032fac9f145594d0a0248618d48",
[all …]
/external/flatbuffers/
DWORKSPACE9 …"https://mirror.bazel.build/github.com/bazelbuild/platforms/releases/download/0.0.5/platforms-0.0.
10 "https://github.com/bazelbuild/platforms/releases/download/0.0.5/platforms-0.0.5.tar.gz",
38 …"https://mirror.bazel.build/github.com/bazelbuild/rules_go/releases/download/v0.34.0/rules_go-v0.3…
39 "https://github.com/bazelbuild/rules_go/releases/download/v0.34.0/rules_go-v0.34.0.zip",
52 strip_prefix = "protobuf-" + _PROTOBUF_VERSION,
63 strip_prefix = "grpc-" + _GRPC_VERSION,
67 load("@com_github_grpc_grpc//bazel:grpc_deps.bzl", "grpc_deps")
71 load("@com_github_grpc_grpc//bazel:grpc_extra_deps.bzl", "grpc_extra_deps")
79 …urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/5.2.0/rules_nodejs-5.2.0.tar…
/external/tensorflow/tensorflow/tools/dockerfiles/dockerfiles/onednn/
Dubuntu-16.04-devel-mpich-horovod.Dockerfile7 # http://www.apache.org/licenses/LICENSE-2.0
28 RUN apt-get update && apt-get install -y --no-install-recommends --fix-missing \
29 build-essential \
32 libcurl3-dev \
33 libfreetype6-dev \
34 libhdf5-serial-dev \
35 libzmq3-dev \
36 pkg-config \
38 software-properties-common \
42 zlib1g-dev \
[all …]
Dubuntu-16.04-devel-mpich-horovod-jupyter.Dockerfile7 # http://www.apache.org/licenses/LICENSE-2.0
28 RUN apt-get update && apt-get install -y --no-install-recommends --fix-missing \
29 build-essential \
32 libcurl3-dev \
33 libfreetype6-dev \
34 libhdf5-serial-dev \
35 libzmq3-dev \
36 pkg-config \
38 software-properties-common \
42 zlib1g-dev \
[all …]
/external/tensorflow/tensorflow/lite/java/ovic/
DREADME.md4 [Low Power Computer Vision workshop at CVPR 2020.](https://lpcv.ai/2020CVPR/ovic-track)
6 ## Pre-requisite
9 Tensorflow, Bazel, and the Android NDK and SDK.
18 predicts the correct category on the test image, but no on-device latency
21 on-device run-time. We are releasing an benchmarker Apk that would allow
27 Bazel. In case they are not, you can manually install them as below.
36 curl -L https://storage.googleapis.com/download.tensorflow.org/data/ovic_2019_04_30.zip -o /tmp/ovi…
42 unzip -j /tmp/ovic.zip -d tensorflow/lite/java/ovic/src/testdata/
47 You can run test with Bazel as below. This helps to ensure that the installation
51 bazel test //tensorflow/lite/java/ovic:OvicClassifierTest --cxxopt=-Wno-all --test_output=all
[all …]
/external/skia/bazel/
Dbuildrc2 # These allow a short-form reference for our supported combinations of build features.
3 # https://bazel.build/docs/bazelrc#config
5 # For most build configurations, we will want to set the --cc_output_directory_tag [1]
8 # By default, Bazel's "unique target BuildConfiguration" [2] incorporates the compilation_mode,
9 # the target platform, and some suffixes to avoid Bazel-caused and user-caused conflicts. [3] [4]
10 # For example, a default output directory might look like "k8-fastbuild-ST-6a54c1377847".
13 # Note that multiple definitions of a config are allowed - in this event, they are added together.
15 # the trailing newline (and thus having a multi-line definition) is preferred for brevity.
17 # Notably, the flags that we turn on and off via //bazel/common_config_settings do not affect
19 # and generated dependency files (e.g. the output of clang --write-dependencies [5]), so having
[all …]
/external/oss-fuzz/docs/getting-started/new-project-guide/
Dbazel.md1 ---
3 title: Integrating a Bazel project
6 nav_order: 5
7 permalink: /getting-started/new-project-guide/bazel/
8 ---
10 # Integrating a Bazel project
13 - TOC
15 ---
17 ## Bazel projects
19 The process of integrating a project using the [Bazel](https://bazel.build/)
[all …]
/external/bazelbuild-rules_license/
DREADME.md3 …e12f23186aa579f1e20fcb612a22cd799239c3134bc38e1aff.svg)](https://buildkite.com/bazel/rules-license)
6 - declaring metadata about packages, such as
7 - the licenses the package is available under
8 - the canonical package name and version
9 - copyright information
10 - ... and more TBD in the future
11 - gathering those license declarations into artifacts to ship with code
12 - applying organization specific compliance constriants against the
14 - (eventually) producing SBOMs for built artifacts.
19 - Mailing list: [bazel-ssc@bazel.build](https://groups.google.com/a/bazel.build/g/bazel-ssc)
[all …]
/external/perfetto/test/ci/
Dbazel_tests.sh8 # http://www.apache.org/licenses/LICENSE-2.0
19 bazel build //:all --verbose_failures
20 bazel build //python:all --verbose_failures
23 ./bazel-bin/traced &
24 ./bazel-bin/traced_probes &
25 sleep 5
26 TRACE=/ci/artifacts/bazel.trace
27 ./bazel-bin/perfetto -c :test -o $TRACE
28 kill $(jobs -p)
29 ./bazel-bin/trace_processor_shell -q <(echo 'select count(1) from sched') $TRACE
[all …]
/external/skia/toolchain/
Ddownload_linux_amd64_toolchain.bzl4 It downloads the necessary headers, executables, and pre-compiled static/shared libraries to
5 the external subfolder of the Bazel cache (the same place third party deps are downloaded with
6 http_archive or similar functions in WORKSPACE.bazel). These will be able to be used via our
11 [outputRoot (aka Bazel cache)]/[outputUserRoot]/[outputBase]/external/clang_linux_amd64
12 (See https://bazel.build/docs/output_directories#layout-diagram)
21 # https://chrome-infra-packages.appspot.com/p/skia/bots/clang_linux/+/5h9JgVTkZk0fFuOyLUCHZXIFqG1b1…
26 # (libm), etc. linux-libc-dev has the header files specific to linux. libc6-dev has the libc
30 # are still on Debian 10. While many of the Bazel tasks can be run in RBE, using a newer
31 # Debian 11 image (see //bazel/rbe/gce_linux_container/Dockerfile) some tasks need to be
37 …"url": "https://security.debian.org/debian-security/pool/updates/main/g/glibc/libc6_2.28-10+deb10u…
[all …]
/external/google-fruit/extras/dockerfiles/
DDockerfile.ubuntu-18.046 RUN bash -x /common_install.sh
7 RUN apt-get install -y --no-install-recommends curl
9 # For the Bazel repository
10 RUN curl https://bazel.build/bazel-release.pub.gpg | apt-key add -
12 …'deb [arch=amd64] http://storage.googleapis.com/bazel-apt stable jdk1.8' >> /etc/apt/sources.list.…
14 COPY ubuntu-18.04_custom.list /etc/apt/sources.list.d/
16 RUN apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys F23C5A6CF475977595C89F51BA693…
18 RUN apt-get update -qq
20 RUN apt-get remove -y python3-pip
21 RUN python3 -m easy_install pip
[all …]
/external/tflite-support/
DWORKSPACE9 sha256 = "5b00383d08dd71f28503736db0500b6fb4dda47489ff5fc6bed42557c07c6ba9",
10 strip_prefix = "rules_closure-308b05b2419edb5c8ee0471b67a40403df940149",
13 …om/bazelbuild/rules_closure/archive/308b05b2419edb5c8ee0471b67a40403df940149.tar.gz", # 2019-06-13
22 strip_prefix = "rules_apple-5131f3d46794bf227d296c82f30c2499c9de3c5b",
33 strip_prefix = "rules_swift-3eeeb53cebda55b349d64c9fc144e18c5f7c0eb8",
40 # tf-nightly-20200810
44 strip_prefix = "tensorflow-2.4.0",
49 patch_args = ["-p1"],
67 strip_prefix = "pybind11-2.6.0",
74 strip_prefix = "abseil-py-pypi-v0.9.0",
[all …]
/external/angle/third_party/abseil-cpp/
DWORKSPACE8 # https://www.apache.org/licenses/LICENSE-2.0
21 # GoogleTest/GoogleMock framework. Used by most unit-tests.
23 name = "com_google_googletest", # 2023-02-28T13:15:29Z
25 strip_prefix = "googletest-2d4f208765af7fa376b878860a7677ecc0bc390a",
34 strip_prefix = "re2-03da4fc0857c285e3a26782f6bc8931c4c950df4",
35 …https://github.com/google/re2/archive/03da4fc0857c285e3a26782f6bc8931c4c950df4.zip"], # 2023-06-01
40 name = "com_github_google_benchmark", # 2023-01-10T16:48:17Z
42 strip_prefix = "benchmark-a3235d7b69c84e8c9ff8722a22b8ac5e1bc716a6",
46 # Bazel Skylib.
48 name = "bazel_skylib", # 2022-11-16T18:29:32Z
[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.
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
46 https://github.com/bazelbuild/bazel-skylib/pull/321 for the proposal to automate
[all …]
/external/tensorflow/tensorflow/tools/ci_build/release/
Dmac_build_utils.sh8 # http://www.apache.org/licenses/LICENSE-2.0
19 set -e
20 set -x
28 # Write an entry to the sponge key-value store for this job.
30 # The location of the key-value CSV file sponge imports.
35 # Runs bazel build and saves wheel files them in PIP_WHL_DIR
38 if [[ -z "${1}" ]]; then
45 mkdir -p "${PIP_WHL_DIR}"
48 VENV_DIR=".tf-venv"
49 rm -rf "${VENV_DIR}"
[all …]
/external/skia/infra/bots/assets/clang_linux/
DREADME.md1 This has the clang compiler and other tools (e.g. clang-tidy and IWYU) built from source for
4 This is used both by our GN build and Bazel builds. The GN build will be updated automatically
7 To manually update the Bazel build:
9 <https://chrome-infra-packages.appspot.com/p/skia/bots/clang_linux>
13 …`go run ./bazel/gcs_mirror/gcs_mirror.go --sha256 <hash> --file /path/to/clang_linux_amd64_vNN.zip`
15 5) Test it locally with `make -C bazel known_good_builds`.
16 You may need to update the generated BUILD.bazel file to accommodate relocated/new files
/external/cronet/third_party/abseil-cpp/
DWORKSPACE8 # https://www.apache.org/licenses/LICENSE-2.0
21 # GoogleTest/GoogleMock framework. Used by most unit-tests.
23 name = "com_google_googletest", # 2023-02-28T13:15:29Z
25 strip_prefix = "googletest-2d4f208765af7fa376b878860a7677ecc0bc390a",
36 strip_prefix = "re2-a427f10b9fb4622dd6d8643032600aa1b50fbd12",
37 …https://github.com/google/re2/archive/a427f10b9fb4622dd6d8643032600aa1b50fbd12.zip"], # 2022-06-09
42 name = "com_github_google_benchmark", # 2023-01-10T16:48:17Z
44 strip_prefix = "benchmark-a3235d7b69c84e8c9ff8722a22b8ac5e1bc716a6",
48 # Bazel Skylib.
50 name = "bazel_skylib", # 2022-11-16T18:29:32Z
[all …]
/external/pigweed/pw_transfer/integration_test/
Dcross_language_small_test.py7 # https://www.apache.org/licenses/LICENSE-2.0
14 """Cross-language pw_transfer tests that are as small/fast as possible.
18 bazel run pw_transfer/integration_test:cross_language_small_test
20 Command-line arguments must be provided after a double-dash:
22 bazel run pw_transfer/integration_test:cross_language_small_test -- \
23 --server-port 3304
25 Which tests to run can be specified as command-line arguments:
27 bazel run pw_transfer/integration_test:cross_language_small_test -- \
60 resource_id = 5
63 # multiple times due to the zero-size transfer. Use a
[all …]
/external/tflite-support/third_party/gflags/
Dfix_android_pthread_link.patch1 diff --git a/BUILD b/BUILD
3 --- a/BUILD
5 @@ -6,6 +6,11 @@ licenses(["notice"])
14 load(":bazel/gflags.bzl", "gflags_sources", "gflags_library")
17 diff --git a/bazel/gflags.bzl b/bazel/gflags.bzl
18 index cd0edad..5c1d8b5 100644
19 --- a/bazel/gflags.bzl
20 +++ b/bazel/gflags.bzl
21 @@ -77,7 +77,10 @@ def gflags_library(hdrs=[], srcs=[], threads=1):
25 - linkopts.append("-lpthread")
[all …]
/external/tensorflow/tensorflow/
Dworkspace3.bzl10 sha256 = "5b00383d08dd71f28503736db0500b6fb4dda47489ff5fc6bed42557c07c6ba9",
11 strip_prefix = "rules_closure-308b05b2419edb5c8ee0471b67a40403df940149",
14 …om/bazelbuild/rules_closure/archive/308b05b2419edb5c8ee0471b67a40403df940149.tar.gz", # 2019-06-13
20 # https://github.com/bazelbuild/bazel-skylib/releases
25 …is.com/mirror.tensorflow.org/github.com/bazelbuild/bazel-skylib/releases/download/1.2.1/bazel-skyl…
26 … "https://github.com/bazelbuild/bazel-skylib/releases/download/1.2.1/bazel-skylib-1.2.1.tar.gz",
33 …"https://mirror.bazel.build/github.com/bazelbuild/rules_pkg/releases/download/0.7.0/rules_pkg-0.7.…
34 … "https://github.com/bazelbuild/rules_pkg/releases/download/0.7.0/rules_pkg-0.7.0.tar.gz",
39 # Load the raw llvm-project. llvm does not have build rules set up by default,
41 llvm("llvm-raw")
/external/tflite-support/third_party/
Dcom_google_absl_f863b622fe13612433fdf43f76547d5edda0c93001.diff1 diff --git a/absl/time/internal/cctz/BUILD.bazel b/absl/time/internal/cctz/BUILD.bazel
3 --- a/absl/time/internal/cctz/BUILD.bazel
4 +++ b/absl/time/internal/cctz/BUILD.bazel
5 @@ -69,8 +69,5 @@ cc_library(
9 - ":osx": [
10 - "-framework Foundation",
11 - ],
13 "-framework Foundation",

1234567891011