commit | 1fef5277c8c47dd976e7028890246df612216456 | [log] [tgz] |
---|---|---|
author | Googler <noreply@google.com> | Mon Oct 30 14:26:29 2017 -0400 |
committer | John Cater <jcater@google.com> | Tue Oct 31 10:37:20 2017 -0400 |
tree | 6ec8ea4550d1408b35e55af7d3b9cb05f7e1f938 | |
parent | 1c62beca3a1cb5d6b7e55c199bc889d0dc957516 [diff] |
Make BuildEventServiceTransport sender thread verify the streaming RPC is active, restarting the RPC if required. - BuildEventServiceTransport sender thread checks the RPC is still active every 1s, failing the RPC if it was ended before we reached the end of the BEP stream. - "fail_fast" is the default behavior on gRPC (it needs to be disabled using .withWaitForReady). PiperOrigin-RevId: 173921837
{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 system. 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.