fusying-hwang commented on issue #1918: URL: https://github.com/apache/incubator-brpc/issues/1918#issuecomment-1330904025
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 [grpc_deps.bzl](https://github.com/grpc/grpc/blob/master/bazel/grpc_deps.bzl). You put all those dependencies in this file and when people want to use brpc as an external dependent, all they need to do is put codes like `load("@com_github_grpc_grpc//bazel:grpc_deps.bzl", "grpc_deps")` `grpc_deps()` in their WORKSPACE -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
