建议升级下bazel
Open
- Dominant language
- C++
- Stars
- 17.6k
- Forks
- 4.1k
- Avg merge
- 2d 12h
- Merged PRs (30d)
- 69
Description
bazel应该是目前最有前途的cpp构建体系
brpc是支持bazel的,只是版本比较低好像6
目前最新的bazel 7 支持https://registry.bazel.build/
有比较完善的包依赖,这样会让brpc用起来更加方便,新增依赖的库就不用自己整了。
Contributor guide
Research direction
Start by inspecting brpc's current Bazel configuration and dependency declarations to identify the supported Bazel version and existing external-library setup. Check how the project builds and tests with that configuration. Done means Bazel 7 support is documented and the project builds and its tests pass using the updated dependency mechanism.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- build-system
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 32/100