1 Open Issue Need Help Last updated: Jun 18, 2025

Open Issues Need Help

View All on GitHub
Developer Tools Build System Integration

AI Summary: The task requires debugging a Bazel build failure when using the `codechecker_test` rule with the FlatBuffers project. The error indicates that the `CcInfo` provider is missing from a `filegroup` rule, suggesting an incompatibility between the Bazel CodeChecker rules and the FlatBuffers build configuration. The solution likely involves either modifying the FlatBuffers BUILD files to provide the necessary `CcInfo` or adjusting the Bazel CodeChecker rules to handle `filegroup` rules without `CcInfo` appropriately.

Complexity: 4/5
bug good first issue

Bazel Module for CodeChecker

Starlark