commit | daf78cc149c135514e557485007fffb058bd94f2 | [log] [tgz] |
---|---|---|
author | hlopko <hlopko@google.com> | Thu Feb 22 03:55:11 2018 -0800 |
committer | Copybara-Service <copybara-piper@google.com> | Thu Feb 22 03:58:08 2018 -0800 |
tree | dc50e9901914d56020c3bdedaab3450998bc46e1 | |
parent | 485c49408639c03664521b40882b0c5bc0a7089a [diff] |
Recompile linkstamps whenever any input of the owning action changes. Linkstamps were not re-built when only volatile data changed, i.e. when we modified cc_binary source, linkstamp was not recompiled so we got old timestamps. The proper behavior is to recompile linkstamp whenever any input to cc_binary linking action changes. And the implementation in this cl solves this by adding all linking inputs as inputs to linkstamp compile action. RELNOTES: None. PiperOrigin-RevId: 186595143
{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.