bazel-central-registry icon indicating copy to clipboard operation
bazel-central-registry copied to clipboard

[Bug]: The module lcov uses deprecated API for running sh_test.

Open mailto-jonas opened this issue 1 year ago • 0 comments

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

mailto-jonas avatar Dec 12 '24 14:12 mailto-jonas