But, because of topological sorting on dependencies done by Bazel,libY.sois always coming afterlibX.so, and we can not letimp-Ydepends onimp-Xwhich would form a circular dependency issue. We had several attempts to workaround this, but nothing ideal found. Createimp-Y2as a copy ofimp-Y...
Ran into this trying to provide a solution fornvidia-encode.so. The nvidia docker runtime doesn't create the link fromnvidia-encode.sotonvidia-encode.so.1. As a result, there doesn't seem to be a great way to specify this in a way that bazel uses the system library when running tests...
[bazel] cc_grpc_library incompatible with proto_library that has strip_import_prefix #38287 Open jhance opened this issue Dec 14, 2024· 0 comments Open [bazel] cc_grpc_library incompatible with proto_library that has strip_import_prefix #38287 jhance opened this issue Dec 14, 2024...
Bazel version (if compiling from source): N/A GCC/Compiler version (if compiling from source): N/A CUDA/cuDNN version: 10.0/7.4.2 GPU model and memory: RTX2080Ti GDDR6 11GB You can collect some of this information using our environment capturescript ...