python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
How to link dynamically only with some libraries with bazel?
There are certain libraries, like gflags that have global state. I'm in a situation where main executable and dynamically loaded plugin (.so) both use gflags. In both cases bazel will link gflags stat...
Roman Byshko
Votes: 0
Answers: 0
Bazel: How to make new_local_repository target depend on target generated by http_archive?
I have several third party libraries that depend on openssl, so I fetch and build openssl via repository mechanic (http_archive()). And I have GRPC that fetch boringssl that has same symbols that an o...

fandyushin
Votes: 0
Answers: 1