372046933 commented on issue #1992: URL: https://github.com/apache/incubator-brpc/issues/1992#issuecomment-1316297197
`bind` is not recommended. See https://bazel.build/reference/be/workspace#bind IMHO, you can write a bazel function that expose all external dependency in BRPC, and call that function in BRPC `WORKSPACE` or in project that depends on BRPC. For example, TF WORKSPACE https://github.com/tensorflow/tensorflow/blob/master/WORKSPACE#L9-L23 -- 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]
