commit | 8ee5a0d69e3426f9dc02c6d047ca8ebd856833cf | [log] [tgz] |
---|---|---|
author | buchgr <buchgr@google.com> | Thu Sep 06 04:23:01 2018 -0700 |
committer | Copybara-Service <copybara-piper@google.com> | Thu Sep 06 04:24:50 2018 -0700 |
tree | 662079fa7099ccecef0de3b6248d6bf24ff489d7 | |
parent | a792821ab6287f38b05636da36a3c5f8ab805535 [diff] |
Rewrite the BuildEventServiceTransport The code of the BuildEventServiceTransport has become sufficiently complex, difficult to reason about and hard to test that we found it necessary to rewrite it before launching this in production. The new implementation uses an eventloop style concurrency model for build event uploads. Additionally, the BuildEventServiceClient implementations where updated to only report errors via the Future returned by BESC.openStream(...). The BuildEventServiceProtoUtil was immutable and is no longer responsible for assigning sequence numbers. RELNOTES: None PiperOrigin-RevId: 211784727
{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.