cw20050111-prog opened a new pull request, #3436: URL: https://github.com/apache/brpc/pull/3436
### What problem does this PR solve? Issue Number: Fixes #2991 Problem Summary: The getting started docs describe building bRPC with `config_brpc.sh`, CMake, vcpkg, and Docker, but they do not provide a Bazel build path even though the repository already contains Bazel and bzlmod support. ### What is changed and the side effects? Changed: - Add Bazel build instructions to English and Chinese getting started docs. - Document building `//:brpc`, building examples, running the echo example, and running Bazel tests. - Link the getting started docs to the Bazel dependency guide. - Update the Bazel support docs to prefer the verified bzlmod local checkout flow. - Keep legacy `WORKSPACE` usage documented separately. Side effects: - Performance effects: None. Documentation-only change. - Breaking backward compatibility: None. --- ### Check List: - Please make sure your changes are compilable. - When providing us with a new feature, it is best to add related tests. - Please follow [Contributor Covenant Code of Conduct](https://github.com/apache/brpc/blob/master/CODE_OF_CONDUCT.md). Note: this is a docs-only change. The existing CI workflows ignore `**.md` changes, so CI may not be triggered automatically. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
