Skip to content

docs: add Bazel build instructions - #3435

Closed
cw20050111-prog wants to merge 3 commits into
apache:masterfrom
cw20050111-prog:urma_transport
Closed

docs: add Bazel build instructions#3435
cw20050111-prog wants to merge 3 commits into
apache:masterfrom
cw20050111-prog:urma_transport

Conversation

@cw20050111-prog

Copy link
Copy Markdown

What problem does this PR solve?

Issue Number: resolve #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:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

官方文档建议增加bazel的编译介绍,目前只有cmake和config_brpc.sh的步骤

2 participants