commit | 4fcbc6b22755ce08efcbd16ce9fd1f5b08d77b03 | [log] [tgz] |
---|---|---|
author | ulfjack <ulfjack@google.com> | Mon Mar 25 05:05:48 2019 -0700 |
committer | Copybara-Service <copybara-worker@google.com> | Mon Mar 25 05:07:37 2019 -0700 |
tree | 5c1c7ffc4fd08ca1f6acba75cf6278d39eaefa76 | |
parent | 6b06acc64c80304ec167cacd899559af01463f88 [diff] |
Rewrite BuildResultPrinter to avoid Target loading When a heavy-weight build is interrupted, this can cause several seconds (!!!) of delay before Bazel exits. Since the rule class is already copied into the RuleConfiguredTarget, we can just use that. I discovered this by accident as I was trying to fix interrupt behavior for async execution. PiperOrigin-RevId: 240118304
{Fast, Correct} - Choose two
Build and test software of any size, quickly and reliably.
Speed up your builds and tests: Bazel only rebuilds 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
Bazel is released in ‘Beta’. See the product roadmap to learn about the path toward a stable 1.0 release.