commit | dc24004873c33568e10a572f8b8b2c667854520a | [log] [tgz] |
---|---|---|
author | buchgr <buchgr@google.com> | Sat Jul 08 12:47:58 2017 +0200 |
committer | László Csomor <laszlocsomor@google.com> | Mon Jul 10 09:17:05 2017 +0200 |
tree | 3d3f56466688a67f73699c1257330888b8fc947c | |
parent | 458990b0c155130e242117e2bfc5ebfdf787d2e2 [diff] |
remote: Rewrite the ByteStream upload. The current ByteStream upload implementation has no support for application-level flow control, which resulted in excessive buffering and OOM errors. The new implementation respects gRPCs flow control. Additionally, this code adds support for multiple uploads of the same digest. That is, if a digest (i.e. file) is uploaded several times concurrently, only one upload will be performed. RELNOTES: None. PiperOrigin-RevId: 161287337
{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.