fansehep commented on issue #1918:
URL: 
https://github.com/apache/incubator-brpc/issues/1918#issuecomment-1313636569

   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 = "apache_brpc",
       branch = "release-1.3",
       remote = "https://github.com/apache/incubator-brpc";,
   )
   ```
   a BUILD file like this :
   ```c++
   cc_test(
     name = "slice_test",
     srcs = glob([
       "slice_test.cpp",
     ]),
     deps = [
       "@apache_brpc//:bvar",
     ],
    )
   ```
   Some brpc reliances are in ```/bazel/third_patry/*```, but bazel don't 
identification them. can give me some help?
   


-- 
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]

Reply via email to