Searched full:bazel (Results 1 – 25 of 520) sorted by relevance
12345678910>>...21
/third_party/grpc/ |
D | config.w32 | 530 "third_party\\boringssl-with-bazel\\err_data.c " + 531 "third_party\\boringssl-with-bazel\\src\\crypto\\asn1\\a_bitstr.c " + 532 "third_party\\boringssl-with-bazel\\src\\crypto\\asn1\\a_bool.c " + 533 "third_party\\boringssl-with-bazel\\src\\crypto\\asn1\\a_d2i_fp.c " + 534 "third_party\\boringssl-with-bazel\\src\\crypto\\asn1\\a_dup.c " + 535 "third_party\\boringssl-with-bazel\\src\\crypto\\asn1\\a_enum.c " + 536 "third_party\\boringssl-with-bazel\\src\\crypto\\asn1\\a_gentm.c " + 537 "third_party\\boringssl-with-bazel\\src\\crypto\\asn1\\a_i2d_fp.c " + 538 "third_party\\boringssl-with-bazel\\src\\crypto\\asn1\\a_int.c " + 539 "third_party\\boringssl-with-bazel\\src\\crypto\\asn1\\a_mbstr.c " + [all …]
|
D | config.m4 | 13 PHP_ADD_INCLUDE(PHP_EXT_SRCDIR()/third_party/boringssl-with-bazel/src/include) 562 third_party/boringssl-with-bazel/err_data.c \ 563 third_party/boringssl-with-bazel/src/crypto/asn1/a_bitstr.c \ 564 third_party/boringssl-with-bazel/src/crypto/asn1/a_bool.c \ 565 third_party/boringssl-with-bazel/src/crypto/asn1/a_d2i_fp.c \ 566 third_party/boringssl-with-bazel/src/crypto/asn1/a_dup.c \ 567 third_party/boringssl-with-bazel/src/crypto/asn1/a_enum.c \ 568 third_party/boringssl-with-bazel/src/crypto/asn1/a_gentm.c \ 569 third_party/boringssl-with-bazel/src/crypto/asn1/a_i2d_fp.c \ 570 third_party/boringssl-with-bazel/src/crypto/asn1/a_int.c \ [all …]
|
D | grpc.gyp | 1553 'third_party/boringssl-with-bazel/err_data.c', 1554 'third_party/boringssl-with-bazel/src/crypto/asn1/a_bitstr.c', 1555 'third_party/boringssl-with-bazel/src/crypto/asn1/a_bool.c', 1556 'third_party/boringssl-with-bazel/src/crypto/asn1/a_d2i_fp.c', 1557 'third_party/boringssl-with-bazel/src/crypto/asn1/a_dup.c', 1558 'third_party/boringssl-with-bazel/src/crypto/asn1/a_enum.c', 1559 'third_party/boringssl-with-bazel/src/crypto/asn1/a_gentm.c', 1560 'third_party/boringssl-with-bazel/src/crypto/asn1/a_i2d_fp.c', 1561 'third_party/boringssl-with-bazel/src/crypto/asn1/a_int.c', 1562 'third_party/boringssl-with-bazel/src/crypto/asn1/a_mbstr.c', [all …]
|
/third_party/grpc/src/python/grpcio/ |
D | grpc_core_dependencies.py | 670 'third_party/boringssl-with-bazel/err_data.c', 671 'third_party/boringssl-with-bazel/src/crypto/asn1/a_bitstr.c', 672 'third_party/boringssl-with-bazel/src/crypto/asn1/a_bool.c', 673 'third_party/boringssl-with-bazel/src/crypto/asn1/a_d2i_fp.c', 674 'third_party/boringssl-with-bazel/src/crypto/asn1/a_dup.c', 675 'third_party/boringssl-with-bazel/src/crypto/asn1/a_enum.c', 676 'third_party/boringssl-with-bazel/src/crypto/asn1/a_gentm.c', 677 'third_party/boringssl-with-bazel/src/crypto/asn1/a_i2d_fp.c', 678 'third_party/boringssl-with-bazel/src/crypto/asn1/a_int.c', 679 'third_party/boringssl-with-bazel/src/crypto/asn1/a_mbstr.c', [all …]
|
/third_party/grpc/summerofcode/2018/ |
D | naresh.md | 5 Enable Building of gRPC Python with Bazel 11 [Bazel](https://bazel.build/) is the open-sourced variant of Google's internal 13 fast and declarative fashion. But Bazel in itself is still in active 16 The project aimed to fill this gap and build gRPC Python with Bazel. 24 ### State of Bazel for Python 27 directly to [bazelbuild/bazel](https://github.com/bazelbuild/bazel). The Bazel 31 Bazel is [still very much in active development for 32 Python](https://groups.google.com/forum/#!topic/bazel-sig-python/iQjV9sfSufw) 34 Using pip packages is still in experimental. Bazel Python support is currently 39 Bazel's roadmap for Python is publicly available [here as a Google [all …]
|
/third_party/grpc/tools/ |
D | bazel | 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. 33 # https://github.com/bazelbuild/bazel/blob/master/scripts/packages/bazel.sh 35 # run "bazel" in our workspace) 38 # if BAZEL_REAL is not set, just invoke the default system bazel 39 exec bazel "$@" [all …]
|
/third_party/grpc/bazel/test/python_test_repo/tools/ |
D | bazel | 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. 33 # https://github.com/bazelbuild/bazel/blob/master/scripts/packages/bazel.sh 35 # run "bazel" in our workspace) 38 # if BAZEL_REAL is not set, just invoke the default system bazel 39 exec bazel "$@" [all …]
|
/third_party/skia/site/docs/dev/contrib/ |
D | bazel.md | 3 title: "Notes about Bazel Builds" 4 linkTitle: "Notes about Bazel Builds" 9 Skia cannot be built with Bazel yet. 13 $ bazel test ... 18 `WORKSPACE.bazel` acts like `DEPS`, listing external dependencies and how to 19 fetch them. You can call `bazel sync`, or just let `bazel {build,test,run}` 21 start using `tag="..."` or `branch="..."` and then follow the advice of Bazel 24 We must provide Bazel build configuration for dependencies like `libpng` that 25 don't provide their own. For `libpng` that's `bazel/libpng.bazel`, linked by 28 no coincidence... it's pretty much a 1:1 translation between GN and Bazel. [all …]
|
/third_party/grpc/tools/remote_build/ |
D | README.md | 1 # Running Remote Builds with bazel 13 - See [Installing Bazel](https://docs.bazel.build/versions/master/install.html) for instructions ho… 20 …u run the bazel command needs to always match your desired build & execution platform. If you want… 26 # manual run of bazel tests remotely on Foundry 27 bazel --bazelrc=tools/remote_build/manual.bazelrc test --config=opt //test/... 32 # manual run of bazel tests remotely on Foundry with given sanitizer 33 bazel --bazelrc=tools/remote_build/manual.bazelrc test --config=asan //test/... 39 # manual run of bazel tests remotely on RBE Windows (must be run from Windows machine) 40 bazel --bazelrc=tools/remote_build/windows.bazelrc test --config=windows_opt //test/... 43 NOTE: Unlike on Linux and Mac, the bazel version won't get autoselected for you, [all …]
|
/third_party/skia/ |
D | BUILD.bazel | 1 # https://github.com/bazelbuild/bazel-skylib 3 load("//bazel:macros.bzl", "select_multi") 38 # https://github.com/bazelbuild/bazel-skylib/blob/main/docs/selects_doc.md#selectswith_or 39 … ("//bazel/common_config_settings:gl_backend", "//bazel/common_config_settings:vulkan_backend"): [ 60 # https://github.com/bazelbuild/bazel-skylib/blob/main/docs/selects_doc.md#selectswith_or 61 … ("//bazel/common_config_settings:gl_backend", "//bazel/common_config_settings:vulkan_backend"): [ 72 "//bazel/common_config_settings:debug_build": [ 75 "//bazel/common_config_settings:release_build": [ 82 "//bazel/common_config_settings:gl_backend": [ 86 "//bazel/common_config_settings:vulkan_backend": [ [all …]
|
/third_party/grpc/bazel/ |
D | update_mirror.sh | 16 # Script to upload github archives for bazel dependencies to GCS, creating a reliable mirror link. 17 # Archives are copied to "grpc-bazel-mirror" GCS bucket (https://console.cloud.google.com/storage/b… 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. 40 echo "Uploading https://${file} to https://storage.googleapis.com/grpc-bazel-mirror/${file}" 41 gsutil cp -n "${tmpdir}/archive" "gs://grpc-bazel-mirror/${file}" # "-n" will skip existing files 47 # 1. clean $HOME/.cache/bazel 48 # 2. bazel clean --expunge 49 # 3. bazel sync (failed downloads will print warnings) 54 # bazel binaries used by the tools/bazel wrapper script [all …]
|
D | grpc_deps.bzl | 4 load("@com_github_grpc_grpc//bazel:grpc_python_deps.bzl", "grpc_python_deps") 142 …"https://storage.googleapis.com/grpc-bazel-mirror/github.com/google/boringssl/archive/e8a935e32351… 154 …"https://storage.googleapis.com/grpc-bazel-mirror/github.com/madler/zlib/archive/cacf7f1d4e3d44d87… 165 …"https://storage.googleapis.com/grpc-bazel-mirror/github.com/google/protobuf/archive/678da4f76eb91… 177 …"https://storage.googleapis.com/grpc-bazel-mirror/github.com/google/googletest/archive/c9ccac7cb73… 189 …"https://storage.googleapis.com/grpc-bazel-mirror/github.com/bazelbuild/rules_cc/archive/624b5d59d… 200 …"https://storage.googleapis.com/grpc-bazel-mirror/github.com/gflags/gflags/archive/28f50e0fed19872… 211 …"https://storage.googleapis.com/grpc-bazel-mirror/github.com/google/benchmark/archive/090faecb454f… 222 …"https://storage.googleapis.com/grpc-bazel-mirror/github.com/google/re2/archive/aecba11114cf1fac54… 234 …"https://storage.googleapis.com/grpc-bazel-mirror/github.com/c-ares/c-ares/archive/e982924acee7f73… [all …]
|
/third_party/grpc/third_party/upb/kokoro/ubuntu/ |
D | build.sh | 5 # Install the latest version of Bazel. 15 # Log the bazel path and version. 16 which bazel 17 bazel version 23 CC=gcc bazel test -c opt --test_output=errors ... -- -benchmarks:benchmark 25 CC=gcc bazel test --test_output=errors ... 26 …CC=gcc bazel test --test_output=errors ... --//:fasttable_enabled=true -- -cmake:test_generated_fi… 30 # CC=gcc bazel test --copt=-fanalyzer --test_output=errors ... 36 CC=clang bazel test --test_output=errors ... 37 CC=clang bazel test --test_output=errors -c opt ... -- -benchmarks:benchmark [all …]
|
/third_party/grpc/third_party/ |
D | README.md | 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) 22 …We currently support multiple build systems (BAZEL, cmake, make, ...) so adding a new dependency u… 47 5. populate the bazel download mirror by running `bazel/update_mirror.sh` 51 ### Updating third_party/boringssl-with-bazel 53 …party/boringssl-with-bazel` submodule to the latest [`master-with-bazel`](https://github.com/googl… 56 cd third_party/boringssl-with-bazel 58 git checkout origin/master-with-bazel # checkout the current state of master-with-bazel branch in … 59 # Note the latest commit SHA on master-with-bazel-branch 61 git status # will show that there are new commits in third_party/boringssl-with-bazel [all …]
|
/third_party/skia/experimental/webgpu-bazel/ |
D | Makefile | 2 bazel build //experimental/webgpu-bazel/src:hello-world-wasm --compilation_mode opt 5 …cp ../../bazel-bin/experimental/webgpu-bazel/src/hello-world-wasm/hello-world.js build/hello-world… 6 …cp ../../bazel-bin/experimental/webgpu-bazel/src/hello-world-wasm/hello-world.wasm build/hello-wor… 9 bazel build //experimental/webgpu-bazel/src:hello-world-wasm --compilation_mode dbg 12 …cp ../../bazel-bin/experimental/webgpu-bazel/src/hello-world-wasm/hello-world.js build/hello-world… 13 …cp ../../bazel-bin/experimental/webgpu-bazel/src/hello-world-wasm/hello-world.wasm build/hello-wor…
|
/third_party/googletest/docs/ |
D | quickstart-bazel.md | 1 # 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). 65 Bazel also needs a dependency on the [all …]
|
/third_party/skia/third_party/externals/brotli/scripts/ |
D | .travis.sh | 19 "bazel") 21 brew install bazel 61 "bazel") 62 bazel build -c opt ...:all && 63 cd go && bazel test -c opt ...:all && cd .. && 64 cd java && bazel test -c opt ...:all && cd .. && 65 cd js && bazel test -c opt ...:all && cd .. && 66 cd research && bazel build -c opt ...:all && cd .. 74 "bazel") 77 zip -j9 brotli.zip bazel-bin/libbrotli*.a bazel-bin/libbrotli*.so bazel-bin/brotli
|
D | appveyor.yml | 41 - BUILD_SYSTEM: bazel 56 - IF "%BUILD_SYSTEM%"=="bazel" ( 57 …oadFile https://github.com/bazelbuild/bazel/releases/download/2.2.0/bazel-2.2.0-windows-x86_64.exe… 78 - IF "%BUILD_SYSTEM%"=="bazel" ( 80 %ROOT%\bazel.exe --batch build -c opt org/brotli/wrapper/...:all && 81 python %ROOT%\scripts\fix-win-bazel-build.py && 82 cd bazel-bin && 83 7z a -tzip -mx9 brotli-win-bazel-jni-%RELEASE_DATE%.zip brotli_jni.dll && 84 appveyor PushArtifact brotli-win-bazel-jni-%RELEASE_DATE%.zip && 93 - IF "%BUILD_SYSTEM%"=="bazel" ( [all …]
|
/third_party/skia/third_party/externals/angle2/third_party/bazel/desugar/ |
D | README.chromium | 3 URL: https://github.com/bazelbuild/bazel 22 * Check out Bazel from https://github.com/bazelbuild/bazel 23 * Compile or install Bazel by following instructions on 24 https://docs.bazel.build/versions/master/install.html 26 git apply $CHROMIUM_SRC/third_party/bazel/desugar/stateful-lambdas.patch 28 … bazel build //src/tools/android/java/com/google/devtools/build/android/desugar:Desugar_deploy.jar 30 rm $CHROMIUM_SRC/third_party/bazel/desugar/Desugar.jar 31 …mv bazel-bin/src/tools/android/java/com/google/devtools/build/android/desugar/Desugar_deploy.jar $… 44 cd third_party/bazel
|
/third_party/grpc/templates/tools/dockerfile/ |
D | bazel.include | 2 # Bazel installation 4 # Must be in sync with tools/bazel 7 # The correct bazel version is already preinstalled, no need to use //tools/bazel wrapper. 11 RUN wget "https://github.com/bazelbuild/bazel/releases/download/$BAZEL_VERSION/bazel-$BAZEL_VERSION… 12 bash ./bazel-$BAZEL_VERSION-installer-linux-x86_64.sh && ${'\\'} 13 rm bazel-$BAZEL_VERSION-installer-linux-x86_64.sh
|
/third_party/skia/third_party/externals/swiftshader/third_party/marl/kokoro/macos/ |
D | build.sh | 147 elif [ "$BUILD_SYSTEM" == "bazel" ]; then 148 # Get bazel 149 BAZEL_DIR="${ROOT_DIR}/bazel" 150 …curl -L -k -O -s https://github.com/bazelbuild/bazel/releases/download/0.29.1/bazel-0.29.1-install… 152 sh bazel-0.29.1-installer-darwin-x86_64.sh --prefix="${BAZEL_DIR}" 153 rm bazel-0.29.1-installer-darwin-x86_64.sh 154 BAZEL="${BAZEL_DIR}/bin/bazel" 157 "${BAZEL}" test //:tests --test_output=all 158 "${BAZEL}" run //examples:fractal 159 "${BAZEL}" run //examples:hello_task [all …]
|
/third_party/skia/toolchain/ |
D | clang_toolchain_config.bzl | 10 - https://docs.bazel.build/versions/4.2.1/tutorial/cc-toolchain-config.html 11 …- https://github.com/emscripten-core/emsdk/blob/7f39d100d8cd207094decea907121df72065517e/bazel/ems… 34 …# https://docs.bazel.build/versions/main/skylark/lib/cc_common.html#create_cc_toolchain_config_info 36 …# https://cs.opensource.google/bazel/bazel/+/master:src/main/java/com/google/devtools/build/lib/st… 62 Bazel normally restricts us to referring to (and therefore running) executables/scripts 64 to run are brought in via WORKSPACE.bazel and are located in EXEC_ROOT/external/clang.... 68 These action_configs also let us dynamically specify arguments from the Bazel 72 …# https://cs.opensource.google/bazel/bazel/+/master:tools/cpp/cc_toolchain_config_lib.bzl;l=435;dr… 77 …# https://cs.opensource.google/bazel/bazel/+/master:tools/cpp/cc_toolchain_config_lib.bzl;l=488;dr… 105 # Bazel assumes it is talking to clang when building an executable. There are [all …]
|
/third_party/protobuf/kokoro/linux/bazel/ |
D | build.sh | 6 # Install the latest Bazel version available 8 bazel version 10 # Print bazel testlogs to stdout when tests failed. 13 testlogs_dir=$(bazel info bazel-testlogs) 26 bazel test --copt=-Werror --host_copt=-Werror \ 37 bazel build //...
|
/third_party/re2/kokoro/ |
D | bazel.sh | 8 choco upgrade bazel -y -i 18 bazel clean 19 bazel build --compilation_mode=dbg -- //:all 20 bazel test --compilation_mode=dbg --test_output=errors -- //:all \ 28 bazel clean 29 bazel build --compilation_mode=opt -- //:all 30 bazel test --compilation_mode=opt --test_output=errors -- //:all \
|
/third_party/spirv-tools/kokoro/macos-clang-release-bazel/ |
D | build.sh | 34 # Get bazel 0.29.1. 35 gsutil cp gs://bazel/0.29.1/release/bazel-0.29.1-darwin-x86_64 . 36 chmod +x bazel-0.29.1-darwin-x86_64 39 ./bazel-0.29.1-darwin-x86_64 build :all 42 echo $(date): Starting bazel test... 43 ./bazel-0.29.1-darwin-x86_64 test :all 44 echo $(date): Bazel test completed.
|
12345678910>>...21