Skip to content

Commit

Permalink
update third_party/README.md for upb
Browse files Browse the repository at this point in the history
  • Loading branch information
jtattermusch committed Aug 11, 2023
1 parent 74867ff commit ba07292
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions third_party/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,11 +130,8 @@ Since upb is vendored in the gRPC repo, you cannot use submodule to update it. P
- `mv $GRPC_ROOT/third_party/upb-main $GRPC_ROOT/third_party/upb`
2. Update the dependency in `grpc_deps.bzl` to the same commit
3. Populate the bazel download mirror by running `bazel/update_mirror.sh`
4. Inspect `src/upb/gen_build_yaml.py` and update it with added or removed upb files
- Running `cd third_party/upb; bazel query "deps(upb) union deps(json) union deps(textformat)"`
would give some idea on what needs to be included.
5. Run `tools/buildgen/generate_projects.sh` to regenerate the generated files
6. Run `tools/codegen/core/gen_upb_api.sh` to regenerate upb files.
4. Run `tools/buildgen/generate_projects.sh` to regenerate the generated files
5. Run `tools/codegen/core/gen_upb_api.sh` to regenerate upb files.
### Updating third_party/utf8_range
Expand Down

0 comments on commit ba07292

Please sign in to comment.