fusying-hwang
fusying-hwang
> I tried to make brpc an external dependency directly. But bazel give me many errors. such as `@openssl:` can not found. > > ```c++ > git_repository( > name =...
You might need to resort to the BRPC team for help then. Actually I'm persuading my team to use GRPC instead but there's an ex-Baiduer who insists on using BRPC....
alright, it turns out to be my problem. They do support building as an external lib from source. My humble bazel knowledge limits my ability to appreciate this project. custom_http_archive(...
it's already resolved close now.
oh, that's my customized http_archive, because I already had those dependencies in my workspace (some other projects already depended on them). but I think you basically need is something like...
one caveat is that they used a bazel defined variable to control if building with glog or not. I didn't find a good way to pass this variable to brpc...