We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bazel应该是目前最有前途的cpp构建体系 brpc是支持bazel的,只是版本比较低好像6 目前最新的bazel 7 支持https://registry.bazel.build/ 有比较完善的包依赖,这样会让brpc用起来更加方便,新增依赖的库就不用自己整了。
The text was updated successfully, but these errors were encountered:
1.11版本应该已经比较正式地支持bzlmod模式了,不过还有几个老deps还没有进bcr,目前要联合私服一起用
Sorry, something went wrong.
我看test下面那个BUILD.bazel里面的测试不全,有很多ut文件都没覆盖到,可以更新的全面一些吗? @oathdruid
No branches or pull requests
bazel应该是目前最有前途的cpp构建体系
brpc是支持bazel的,只是版本比较低好像6
目前最新的bazel 7 支持https://registry.bazel.build/
有比较完善的包依赖,这样会让brpc用起来更加方便,新增依赖的库就不用自己整了。
The text was updated successfully, but these errors were encountered: