build: consider replace cmake by bazel.
Open
Nobody has claimed this yet.
help wanted
type/enhancement
- Dominant language
- C++
- Stars
- 1k
- Forks
- 423
- Avg merge
- 1d 15h
- Merged PRs (30d)
- 24
Description
Enhancement
currently, our cmake-based build system is too complicated to understand and modify, maybe we can replace it by Bazel.
for example, grpc's bazel config: https://github.com/grpc/grpc/blob/7897ae9308a25a064ee2e7386da25d37cc3273fa/BUILD
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Review the repository's CMake-based build system and compare its structure with the linked gRPC BUILD configuration. First define the migration scope and required build targets, then confirm that the project can be built and tested through the replacement build system without relying on CMake.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cmake, cpp
- Domain
- build-system
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 20/100