commit | ca6d7ac686108d5cdda6040409877d356ae627df | [log] [tgz] |
---|---|---|
author | janakr <janakr@google.com> | Tue Aug 18 07:42:05 2020 -0700 |
committer | Copybara-Service <copybara-worker@google.com> | Tue Aug 18 07:43:23 2020 -0700 |
tree | f8f50a986c1f2fd3ade5924e0c1da5fd5e14f3ed | |
parent | 7a11752a8ae7689d2bd482e23d466cb44a3261a1 [diff] |
Propagate InterruptedException from Command#execute and friends, rather than throwing an opaque AbstractTerminationException. This allows/forces callers to handle InterruptedException properly. Closes #11661, although I don't have a good test for this, since interrupting Bazel in the middle of runfiles creation seems hard to reliably do in a test, and there's no way for user-defined rules to invoke Command that I know of. PiperOrigin-RevId: 327225641
{Fast, Correct} - Choose two
Build and test software of any size, quickly and reliably.
Speed up your builds and tests: Bazel rebuilds only 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