commit | 3ad1580c8162a63b34541f6a721e9ed18b969acb | [log] [tgz] |
---|---|---|
author | michajlo <michajlo@google.com> | Wed Nov 18 15:09:41 2020 -0800 |
committer | Copybara-Service <copybara-worker@google.com> | Wed Nov 18 15:11:18 2020 -0800 |
tree | 3b9aeaa85627658d5f0ebd1c8c16fb7ae77d90cd | |
parent | cff397e27893079d27fc17009aefaf0aa6f78a37 [diff] |
Respect interrupts coming from action key computation This is because command line expansion is interruptible, a ship which has long sailed. This is actually a net win, since things will now bail out sooner on interrupt and have less time to corrupt state or otherwise do something wrong. Most of this is adding exceptions to signatures. The main behavior changes are a changed exception debug message (only if it's interrupted) and (rightfully) bailing out of some async computation in action conflict code. PiperOrigin-RevId: 343165180
{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