Update README.md (#26102)

Formatting changes
pull/26109/head
Yash Tibrewal 4 years ago committed by GitHub
parent d0256d9085
commit 6a8d126ac2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      third_party/README.md

@ -81,9 +81,9 @@ git commit -m "update submodule boringssl-with-bazel with origin/master-with-baz
- Run `tools/buildgen/generate_projects.sh` to regenerate the generated files - Run `tools/buildgen/generate_projects.sh` to regenerate the generated files
- Because `sha256` in `bazel/grpc_deps.bzl` was left empty, you will get a DEBUG msg like this one: - Because `sha256` in `bazel/grpc_deps.bzl` was left empty, you will get a DEBUG msg like this one:
``` ```
Rule 'boringssl' indicated that a canonical reproducible form can be obtained by modifying arguments sha256 = "SHA value" Rule 'boringssl' indicated that a canonical reproducible form can be obtained by modifying arguments sha256 = "SHA value"
``` ```
- Commit the regenrated files `git commit -m "regenerate files"` - Commit the regenrated files `git commit -m "regenerate files"`
- Update `bazel/grpc_deps.bzl` with the SHA value shown in the above debug msg. Commit again `git commit -m "Updated sha256"` - Update `bazel/grpc_deps.bzl` with the SHA value shown in the above debug msg. Commit again `git commit -m "Updated sha256"`

Loading…
Cancel
Save