bazel-central-registry
bazel-central-registry copied to clipboard
[Bug]: The module lcov uses deprecated API for running sh_test.
What happened?
In Bazel 8.0.0 the native.sh_test is no longer supported. However, lastest version (2.2) of lcov is still calling native.sh_test.
Version
Development (host) and target OS/architectures: linux/x86_64
Output of bazel --version:
bazel 8.0.0
Version of relevant rules from the WORKSPACE or MODULE.bazel file:
lcov 2.2
Language(s) and/or frameworks involved: C++
How to reproduce
Build any cc_test.
Any other information?
No response