We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
Development (host) and target OS/architectures: linux/x86_64
Output of bazel --version: bazel 8.0.0
bazel --version
Version of relevant rules from the WORKSPACE or MODULE.bazel file: lcov 2.2
WORKSPACE
MODULE.bazel
Language(s) and/or frameworks involved: C++
Build any cc_test.
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
orMODULE.bazel
file:lcov 2.2
Language(s) and/or frameworks involved:
C++
How to reproduce
Any other information?
No response
The text was updated successfully, but these errors were encountered: