commit | ce6ad29c88084fb327856149a39e2771e544cfa5 | [log] [tgz] |
---|---|---|
author | Googler <noreply@google.com> | Fri Dec 20 10:29:21 2019 -0800 |
committer | Copybara-Service <copybara-worker@google.com> | Fri Dec 20 10:30:13 2019 -0800 |
tree | 51171bd6bbb6991064515d2eb2bdb5bf192c27d9 | |
parent | 9c1853aa2fe49cf80dd467bb4020eb0822d53881 [diff] |
Remove dep fingerprinting, part 2 of 2. Removes SkyValue#getValueFingerprint and Version#getFingerprint. This should also free a little bit of memory that was used in configured target values. getValueFingerprint is kept in two SkyValue subclasses (FileStateValue and FileArtifactValue) where it is actually used for another purpose. However, the method is removed from the SkyValue interface and other classes where it is not being used. PiperOrigin-RevId: 286601483
{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