commit | 4c7ca32428f6f884371c01411fd82c199f6e5417 | [log] [tgz] |
---|---|---|
author | mschaller <mschaller@google.com> | Tue Nov 20 13:22:05 2018 -0800 |
committer | Copybara-Service <copybara-piper@google.com> | Tue Nov 20 13:23:39 2018 -0800 |
tree | e1ed5a62fa7e2175b1fd942edf85649f71377021 | |
parent | 0fbe4654ad8002f5b5e26f39f9de53938fd2b26b [diff] |
Support rewinding of inputs in runfiles An action that fails because it depends on a generated file in the action's runfiles will now rewind the appropriate Skyframe nodes. Previously the checkInputs method lost the relationship between "middleman" artifacts, used by runfiles and directly depended on by actions that include runfiles, to the artifacts they aggregate. This CL refactors checkInputs and the ActionInputMap it populates so that it can be rerun to reestablish those relationships if the executing action fails due to lost inputs, without incurring additional costs in the normal case. RELNOTES: None. PiperOrigin-RevId: 222296167
{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.