commit | 374d7ba12864867f4902297ea71481e909a75cfb | [log] [tgz] |
---|---|---|
author | ajurkowski <ajurkowski@google.com> | Wed Jul 08 14:33:04 2020 -0700 |
committer | Copybara-Service <copybara-worker@google.com> | Wed Jul 08 14:34:23 2020 -0700 |
tree | 96ccac4f55c557f8da4f8b19c69b43ba66b99dce | |
parent | 6a76842cf78fd53b4995bf8ff3ed153837971367 [diff] |
Limit warnings about shared actions with tree artifact input to 1 per build. Bazel does not handle shared actions with tree artifact inputs properly as it is overly permissive in such case. This means that certain builds, which should fail, will be allowed, which can result with non-deterministic results. We recently added a warning about that, which turned out to be overly chatty. Restrict the warning to be issued once per build only and all of the information to the log. PiperOrigin-RevId: 320266872
{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