Remove CC_METADATA_COLLECTOR from sh_binary This was introduced in unknown commit as part of a more complex change, and I believe that this part was unnecessary. The InstrumentedFilesCollector performs two functions: it combines coverage information from direct deps, and it collect local information from the current rule. However, the local information collector only supports C++, Java, and Go actions. For rules that do not locally create any of these actions, the local collector is a no-op. Since sh_binary does not generate any C++ actions directly, this change should be a no-op. PiperOrigin-RevId: 285967632
{Fast, Correct} - Choose two
Build and test software of any size, quickly and reliably.
Speed up your builds and tests: Bazel rebuilds only what is necessary. With advanced local and distributed caching, optimized dependency analysis and parallel execution, you get fast and incremental builds.
One tool, multiple languages: Build and test Java, C++, Android, iOS, Go, and a wide variety of other language platforms. Bazel runs on Windows, macOS, and Linux.
Scalable: Bazel helps you scale your organization, codebase, and continuous integration solution. It handles codebases of any size, in multiple repositories or a huge monorepo.
Extensible to your needs: Easily add support for new languages and platforms with Bazel's familiar extension language. Share and re-use language rules written by the growing Bazel community.
Follow our tutorials:
See CONTRIBUTING.md