commit | c2ab9177657ca06dadf1dc4bf5c9b601f1d23a8c | [log] [tgz] |
---|---|---|
author | felly <felly@google.com> | Mon Jun 03 14:12:02 2019 -0700 |
committer | Copybara-Service <copybara-worker@google.com> | Mon Jun 03 14:12:56 2019 -0700 |
tree | b2e69278ceb91af331fd62797f5d05c6802ae57c | |
parent | 8c3b3fba3f68833bd97d3df2db9c48f0539efc3b [diff] |
Resolve race and cancellation issue on catastrophic shutdown. Async events could race with the abrupt shutdown and put an event on the queue after the "last event". Additionally, since events can share file uploads, cancelling one event's uploads is not safe to do on abrupt shutdown. All in-flight uploads are cancelled anyway on shutdown. RELNOTES: None PiperOrigin-RevId: 251305439
{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.