commit | af5df29519ab5d3e1d501b787bcb2156e44ad490 | [log] [tgz] |
---|---|---|
author | janakr <janakr@google.com> | Mon Dec 17 11:35:44 2018 -0800 |
committer | Copybara-Service <copybara-piper@google.com> | Mon Dec 17 11:37:26 2018 -0800 |
tree | b671718d8365b4a2ebe07e63d01f01012ced1a7d | |
parent | 9d8016eeccc471ffe48fa71b703b2e5ae970be3e [diff] |
Allow the EventHandler returned by ActionExecutionContext to be different from the global one in BlazeExecutor. Instead, it can be one from SkyframeActionExecutor that suppresses ProgressLike messages. This allows an action that was rewound to execute without emitting any progress-like events. Deprecate ActionExecutionContext#getEventBus: posts should go over the handler, allowing them to be easily filtered. Also do this for ActionCachedContext, although I suspect that most (not all) of the uses of ActionCachedContext could be dealt with by using Skyframe-level caching, rather than a NotifyOnActionCacheHit action. PiperOrigin-RevId: 225861266
{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.