You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@brpc.apache.org by GitBox <gi...@apache.org> on 2022/11/15 11:02:13 UTC

[GitHub] [incubator-brpc] 372046933 commented on issue #1992: Rewrite the brpc bazel build rules

372046933 commented on issue #1992:
URL: https://github.com/apache/incubator-brpc/issues/1992#issuecomment-1315146524

   ```BUILD
   http_archive(
       name = "apache_brpc",
       urls = [
           "https://github.com/apache/incubator-brpc/archive/3d90221107000133c2d7f3ccc6372680fb6af27d.tar.gz",
       ],
       sha256 = "b4f4517bad125e8b57a1af54cfe6d31691362c9e02db6f8c434fdd693e27c71a",
       strip_prefix = "incubator-brpc-3d90221107000133c2d7f3ccc6372680fb6af27d",
   )
   ```


-- 
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: dev-unsubscribe@brpc.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@brpc.apache.org
For additional commands, e-mail: dev-help@brpc.apache.org