commit | 2bc2efd8bd0af15bc727523a56fdcefe87e2f41d | [log] [tgz] |
---|---|---|
author | buchgr <buchgr@google.com> | Wed Nov 14 13:13:35 2018 -0800 |
committer | Copybara-Service <copybara-piper@google.com> | Wed Nov 14 13:15:15 2018 -0800 |
tree | 7c87a705a942174e54f4b59fc94c934cd7f231f7 | |
parent | 9fa4397530f5a99d73214c21d30e758148b31ca7 [diff] |
bep: close the bep transports in afterCommand Before this change we'd block an undefined SkyFrame thread when waiting for the BEP/BES upload to finish. This would also not allow us to reliably report errors. This change moves the waiting to afterCommand() where one is allowed to block and can reliably report errors by throwing an exception. RELNOTES: None PiperOrigin-RevId: 221497291
{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.