Home
last modified time | relevance | path

Searched +full:bazel +full:- +full:0 (Results 1 – 25 of 1043) 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
24 cd $(dirname $0)/..
28 tmpdir="$(mktemp -d)"
30 rm -rf "$tmpdir"
37 if gsutil stat "gs://grpc-bazel-mirror/${file}" > /dev/null
[all …]
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/pigweed/pw_presubmit/py/
Dbazel_parser_test.py8 # https://www.apache.org/licenses/LICENSE-2.0
23 # This is a real Bazel failure, trimmed slightly.
25 Starting local Bazel server and connecting to it...
26 WARNING: --verbose_explanations has no effect when --explain=<file> is not enabled
28 Loading: 0 packages loaded
30 Analyzing: 1362 targets (197 packages loaded, 0 targets configured)
34 [6 / 124] [Prepa] BazelWorkspaceStatusAction stable-status.txt
35 [747 / 1,548] Compiling pw_kvs/entry.cc; 0s linux-sandbox ... (3 actions, ...
36 ERROR: /usr/local/google/home/mohrr/pigweed/pigweed/pw_kvs/BUILD.bazel:25:14: Compiling pw_kvs/entr…
37 (cd /usr/local/google/home/mohrr/.cache/bazel/_bazel_mohrr/7e133e1f95b61... \
[all …]
/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",
65 strip_prefix = "rules_python-0.9.0",
[all …]
/external/rust/crates/grpcio-sys/grpc/bazel/test/python_test_repo/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/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/oss-fuzz/projects/envoy/
Dbuild.sh1 #!/bin/bash -eu
8 # http://www.apache.org/licenses/LICENSE-2.0
18 declare -r FUZZ_TARGET_QUERY='
20 $all_fuzz_tests - attr(tags, "no_fuzz", $all_fuzz_tests)
22 declare -r OSS_FUZZ_TARGETS="$(bazel query "${FUZZ_TARGET_QUERY}" | sed 's/$/_oss_fuzz/')"
24 declare -r EXTRA_BAZEL_FLAGS="$(
27 …# Bazel uses clang to link binary, which does not link clang_rt ubsan library for C++ automaticall…
28 # See issue: https://github.com/bazelbuild/bazel/issues/8777
29 …echo "--linkopt=\"$(find $(llvm-config --libdir) -name libclang_rt.ubsan_standalone_cxx-x86_64.a |…
32 echo "--copt=-D__SANITIZE_ADDRESS__" "--copt=-DADDRESS_SANITIZER=1" "--linkopt=-fsanitize=address"
[all …]
/external/dagger2/.github/workflows/
Drelease.yml12 # Our Bazel builds currently rely on JDK 8.
14 # Our Bazel builds currently rely on 4.2.1. The version is set via
22 validate-latest-dagger-version:
24 runs-on: ubuntu-latest
26 - uses: actions/checkout@v2
27 - uses: ./.github/actions/prechecks
28 bazel-build:
29 name: 'Bazel build'
30 needs: validate-latest-dagger-version
31 runs-on: ubuntu-latest
[all …]
Dci.yml6 - master
9 - master
13 # Our Bazel builds currently rely on JDK 8.
15 # Our Bazel builds currently rely on 4.2.1. The version is set via
20 validate-latest-dagger-version:
22 runs-on: ubuntu-latest
24 - uses: actions/checkout@v2
25 - uses: ./.github/actions/prechecks
26 bazel-build:
27 name: 'Bazel build'
[all …]
/external/brotli/scripts/
Dappveyor.yml3 - master
7 - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
12 - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
17 - BUILD_SYSTEM: CMake
21 - BUILD_SYSTEM: CMake
25 - BUILD_SYSTEM: Python
30 - BUILD_SYSTEM: Python
31 PYTHON: "C:\\Python36-x64"
35 - BUILD_SYSTEM: make
38 - BUILD_SYSTEM: make
[all …]
/external/tflite-support/tensorflow_lite_support/tools/ci_build/
Dcommon.sh8 # http://www.apache.org/licenses/LICENSE-2.0
19 # TODO(b/158448780): Guard bazel version with IfChangeThenChange.
20 LATEST_BAZEL_VERSION=3.1.0
27 if [[ $? -ne 0 ]]; then
45 set -x
48 # TODO(b/158448780): Guard bazel installation with IfChangeThenChange.
50 mkdir -p /tmpfs/bazel_output
54 # Downloads bazelisk to ~/bin as `bazel`.
57 case "$(uname -s)" in
58 Darwin) local name=bazelisk-darwin-amd64 ;;
[all …]
/external/cronet/third_party/googletest/src/docs/
Dquickstart-bazel.md1 # Quickstart: Building with Bazel
3 This tutorial aims to get you up and running with GoogleTest using the Bazel
13 * [Bazel](https://bazel.build/), the preferred build system used by the
19 If you don't already have Bazel installed, see the
20 [Bazel installation guide](https://docs.bazel.build/versions/main/install.html).
26 ## Set up a Bazel workspace
29 [Bazel workspace](https://docs.bazel.build/versions/main/build-ref.html#workspace)
43 [Bazel external dependency](https://docs.bazel.build/versions/main/external.html)
45 [`http_archive` rule](https://docs.bazel.build/versions/main/repo/http.html#http_archive).
55 strip_prefix = "googletest-609281088cfefc76f9d0ce82e1ff6c30cc3591e5",
[all …]
/external/bazel-skylib/lib/
Dversions.bzl1 # Copyright 2018 The Bazel Authors. All rights reserved.
7 # http://www.apache.org/licenses/LICENSE-2.0
15 """Skylib module containing functions for checking Bazel versions."""
18 """Returns the current Bazel version"""
38 # Parse the bazel version string from `native.bazel_version`.
40 # "0.10.0rc1 abc123d" => (0, 10, 0)
41 # "0.3.0" => (0, 3, 0)
43 """Parses a version string into a 3-tuple of ints
48 bazel_version: the Bazel version string
51 An int 3-tuple of a (major, minor, patch) version.
[all …]
/external/tensorflow/tensorflow/tools/pip_package/
Dbuild_pip_package.sh8 # http://www.apache.org/licenses/LICENSE-2.0
18 set -e
21 [[ "$1" = /* ]] || [[ "$1" =~ ^[a-zA-Z]:[/\\].* ]]
34-type d ! -name '*.py' ! -path '*local_config_cuda*' ! -path '*local_config_tensorrt*' ! -path '*l…
35 mkdir -p "${dest_dir}/$(dirname ${f})"
40 mkdir -p "${dest_dir}/local_config_cuda/cuda/cuda/"
50 if [ ! -f "${src_dir}/${srcs_txt}" ]; then
52 return 0
58 # Sometimes $file has a prefix bazel-out/host/ we want to remove.
61 if [ ! -z "$candidate_file" ]; then
[all …]
/external/googletest/docs/
Dquickstart-bazel.md1 # Quickstart: Building with Bazel
3 This tutorial aims to get you up and running with GoogleTest using the Bazel
13 * [Bazel](https://bazel.build/), the preferred build system used by the
19 If you don't already have Bazel installed, see the
20 [Bazel installation guide](https://docs.bazel.build/versions/master/install.html).
26 ## Set up a Bazel workspace
29 [Bazel workspace](https://docs.bazel.build/versions/master/build-ref.html#workspace)
43 [Bazel external dependency](https://docs.bazel.build/versions/master/external.html)
45 [`http_archive` rule](https://docs.bazel.build/versions/master/repo/http.html#http_archive).
55 strip_prefix = "googletest-609281088cfefc76f9d0ce82e1ff6c30cc3591e5",
[all …]
/external/protobuf/kokoro/linux/bazel_distcheck/
Dbuild.sh3 # Build file to set up and run tests using bazel-build dist archive
8 set -eux
24 use_bazel.sh 5.0.0 || true
25 bazel version
28 cd $(dirname $0)/../../..
33 if [[ -z ${DIST_WORK_ROOT:-} ]]; then
34 : ${DIST_WORK_ROOT:=$(mktemp -d)}
36 rm -rf ${DIST_WORK_ROOT}
41 # Let Bazel share the distdir.
42 TMP_DISTDIR=${DIST_WORK_ROOT}/bazel-distdir
[all …]
/external/tensorflow/tensorflow/tools/ci_build/install/
Dinstall_bazel.sh8 # http://www.apache.org/licenses/LICENSE-2.0
17 # Select bazel version.
21 local_bazel_ver=$(bazel version 2>&1 | grep -i label | awk '{print $3}')
24 exit 0
27 set -e
29 # Install bazel.
30 mkdir -p /bazel
31 cd /bazel
32 if [[ $(uname -m) == "aarch64" ]]; then
33 …curl -o /usr/local/bin/bazel -fSsL https://github.com/bazelbuild/bazel/releases/download/$BAZEL_VE…
[all …]
/external/bazel-skylib/
DWORKSPACE11 …"https://mirror.bazel.build/github.com/bazelbuild/rules_go/releases/download/v0.29.0/rules_go-v0.2…
12 "https://github.com/bazelbuild/rules_go/releases/download/v0.29.0/rules_go-v0.29.0.zip",
24 # bazel-skylib.
31 …"https://mirror.bazel.build/github.com/bazelbuild/stardoc/releases/download/0.5.0/stardoc-0.5.0.ta…
32 "https://github.com/bazelbuild/stardoc/releases/download/0.5.0/stardoc-0.5.0.tar.gz",
45 …"https://mirror.bazel.build/github.com/bazelbuild/rules_pkg/releases/download/0.5.1/rules_pkg-0.5.…
46 "https://github.com/bazelbuild/rules_pkg/releases/download/0.5.1/rules_pkg-0.5.1.tar.gz",
59 …"https://mirror.bazel.build/github.com/bazelbuild/rules_cc/releases/download/0.0.1/rules_cc-0.0.1.…
60 "https://github.com/bazelbuild/rules_cc/releases/download/0.0.1/rules_cc-0.0.1.tar.gz",
76 …"https://mirror.bazel.build/github.com/bazelbuild/bazel-gazelle/releases/download/v0.24.0/bazel-ga…
[all …]
/external/skia/bazel/
Ddeps.bzl2 This file is auto-generated from //bazel/deps_parser
5 bazel run //bazel/deps_parser
11 """A list of native Bazel git rules to download third party git repositories
14 https://bazel.build/rules/lib/repo/git
24 build_file = "@//bazel/external/dawn:BUILD.bazel",
32 remote = "https://skia.googlesource.com/external/github.com/abseil/abseil-cpp.git",
37 build_file = "@//bazel/external/dng_sdk:BUILD.bazel",
44 build_file = "@//bazel/external/expat:BUILD.bazel",
51 build_file = "@//bazel/external/freetype:BUILD.bazel",
58 build_file = "@//bazel/external/harfbuzz:BUILD.bazel",
[all …]
/external/skia/bazel/deps_parser/
Ddeps_parser.go2 // Use of this source code is governed by a BSD-style license that can be
18 bazelNameOverride string // Bazel style uses underscores not dashes, so we fix those if needed.
22 // These are all deps used by the Bazel build. They are a subset of those listed in DEPS.
25 "abseil-cpp": {bazelNameOverride: "abseil_cpp"},
28 "spirv-tools": {bazelNameOverride: "spirv_tools"},
30 "spirv-headers": {bazelNameOverride: "spirv_headers"},
40 "libjpeg-turbo": {bazelNameOverride: "libjpeg_turbo", needsBazelFile: true},
45 "spirv-cross": {bazelNameOverride: "spirv_cross", needsBazelFile: true},
48 "vulkan-headers": {bazelNameOverride: "vulkan_headers", needsBazelFile: true},
49 "vulkan-tools": {bazelNameOverride: "vulkan_tools", needsBazelFile: true},
[all …]
/external/angle/third_party/vulkan-deps/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 5.0.0
36 gsutil cp gs://bazel/5.0.0/release/bazel-5.0.0-darwin-x86_64 .
37 chmod +x bazel-5.0.0-darwin-x86_64
40 ./bazel-5.0.0-darwin-x86_64 build --cxxopt=-std=c++17 :all
[all …]
/external/deqp-deps/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
28 git clone --depth=1 https://github.com/KhronosGroup/SPIRV-Headers external/spirv-headers
30 cd external && cd googletest && git reset --hard 1fb1bb23bb8418dc73a5a9a82bbed31dc610fec7 && cd .. …
31 git clone --depth=1 https://github.com/google/effcee external/effcee
32 git clone --depth=1 https://github.com/google/re2 external/re2
34 # Get bazel 5.0.0
35 gsutil cp gs://bazel/5.0.0/release/bazel-5.0.0-darwin-x86_64 .
[all …]
/external/swiftshader/third_party/marl/kokoro/windows/
Dpresubmit.bat7 REM https://www.apache.org/licenses/LICENSE-2.0
25 if !ERRORLEVEL! neq 0 exit !ERRORLEVEL!
27 git submodule update --init
28 if !ERRORLEVEL! neq 0 exit !ERRORLEVEL!
34 if !ERRORLEVEL! neq 0 exit !ERRORLEVEL!
38 -G "%BUILD_GENERATOR%" ^
39 -A "%BUILD_TARGET_ARCH%" ^
40 "-DMARL_BUILD_TESTS=1" ^
41 "-DMARL_BUILD_EXAMPLES=1" ^
42 "-DMARL_BUILD_BENCHMARKS=1" ^
[all …]
/external/skia/toolchain/
Ddownload_mac_toolchain.bzl3 and a locally-installed XCode.
5 It downloads the necessary executables and creates symlinks in the external subfolder of the Bazel
7 WORKSPACE.bazel). These will be able to be used via our
11 [outputRoot (aka Bazel cache)]/[outputUserRoot]/[outputBase]/external/clang_mac
12 (See https://bazel.build/docs/output_directories#layout-diagram)
18 # From https://github.com/llvm/llvm-project/releases/tag/llvmorg-15.0.1
19 # When updating this, don't forget to use //bazel/gcs_mirror to upload a new version.
20 # go run bazel/gcs_mirror/gcs_mirror.go --url [clang_url] --sha256 [clang_sha256]
21 clang_prefix_arm64 = "clang+llvm-15.0.1-arm64-apple-darwin21.0"
23 …m64 = "https://github.com/llvm/llvm-project/releases/download/llvmorg-15.0.1/clang+llvm-15.0.1-arm…
[all …]
/external/cronet/third_party/protobuf/kokoro/linux/bazel/
Dbuild.sh4 set -ex
6 # Install Bazel 4.0.0.
7 use_bazel.sh 4.0.0
8 bazel version
10 # Print bazel testlogs to stdout when tests failed.
13 testlogs_dir=$(bazel info bazel-testlogs)
14 testlogs=$(find "${testlogs_dir}" -name "*.log")
21 cd $(dirname $0)/../../..
23 git submodule update --init --recursive
25 # Disabled for now, re-enable if appropriate.
[all …]

12345678910>>...42