commit | 491e4418c225d224466c2211f608b42241c6c55a | [log] [tgz] |
---|---|---|
author | janakr <janakr@google.com> | Fri Jan 28 15:35:34 2022 -0800 |
committer | Copybara-Service <copybara-worker@google.com> | Fri Jan 28 15:37:00 2022 -0800 |
tree | 6b0b807523062e34e1abcaeac2efed769a24ae29 | |
parent | 8174262bf946e31df86476014c6f231f46ca0882 [diff] |
Add #getFastDigest method to SyscallCache and use it in DigestUtils. Thread the real per-build SyscallCache through to everywhere that calls into DigestUtils. This leaves FileStateValue's call of #getFastDigest as the main undelegated one. A follow-up change will get rid of that usage too. There should be no observable difference from this change: the only new actual usage of SyscallCache is in DigestUtils, which calls getFastDigest, which just delegates back to the Path for now. PiperOrigin-RevId: 424972494
{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:
To report a security issue, please email security@bazel.build with a description of the issue, the steps you took to create the issue, affected versions, and, if known, mitigations for the issue. Our vulnerability management team will respond within 3 working days of your email. If the issue is confirmed as a vulnerability, we will open a Security Advisory. This project follows a 90 day disclosure timeline.
See CONTRIBUTING.md