Lines Matching full:bazel
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
62 git add third_party/boringssl-with-bazel # we actually want to update the changes to the submo…
63 git commit -m "update submodule boringssl-with-bazel with origin/master-with-bazel" # commit
66 - Update boringssl dependency in `bazel/grpc_deps.bzl` to the same commit SHA as master-with-bazel …
72 - Commit these changes `git commit -m "update boringssl dependency to master-with-bazel commit SHA"`
75 …- Because `sha256` in `bazel/grpc_deps.bzl` was left empty, you will get a DEBUG msg like this one:
80 …- Update `bazel/grpc_deps.bzl` with the SHA value shown in the above debug msg. Commit again `git …
95 - Run `bazel/update_mirror.sh` to update GCS mirror.