apache / brpc

brpc is an Industrial-grade RPC framework using C++ Language, which is often used in high performance system such as Search, Storage, Machine learning, Advertisement, Recommendation etc. "brpc" means "better RPC".
https://brpc.apache.org
Apache License 2.0
16.56k stars 3.98k forks source link

switch boost dependency in bzlmod to bcr #2789

Closed oathdruid closed 1 month ago

oathdruid commented 1 month ago

What problem does this PR solve?

Issue Number:

Problem Summary: boost has already officially published to bcr. switch to use that

What is changed and the side effects?

Changed:

Side effects:


Check List:

oathdruid commented 1 month ago

@zyearn @wwbmmm