bazelbuild / bazelbuild/rules_cc
cc_import does not propagate its shared_library runfiles
Open
- Dominant language
- Starlark
- Stars
- 247
- Forks
- 196
- PR merge metrics
- No merged PRs in 30d
Description
In cases where the `shared_library` attribute in `cc_import` is not a plain file label, but for example a `cc_shared_library` target it can have its own runfiles that are currently ignored by `cc_import` instead of being propagated.
Contributor guide
Assessment
This issue has not been assessed yet.