commit | 35ff63a50997ca3af603629ee2d9d30b44aae27b | [log] [tgz] |
---|---|---|
author | buchgr <buchgr@google.com> | Mon Jul 09 05:55:40 2018 -0700 |
committer | Copybara-Service <copybara-piper@google.com> | Mon Jul 09 05:57:06 2018 -0700 |
tree | 5b7c4a84cd01fb83fd82c8dc0b883766d0f37a1a | |
parent | 28fcf285f8b7a2af707c95ac2aee677d9e3a9520 [diff] |
bep: introduce BuildEventArtifactUploaderFactory There can be multiple BuildEventTransports active at the same time and we need to ensure that each transport gets its own BuildEventArtifactUploader as these transports might have different lifecycles. We do that by introducing another level of indirection via the BuildEventArtifactUploaderFactory. BlazeModules now register a factory object instead of an uploader. In addition, the BuildEventArtifactUploader gets a shutdown() method that allows to free any resources associated with it. PiperOrigin-RevId: 203752092
{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.