commit | 20996f6428d0eaf3e5d09bebebd32fa649845e49 | [log] [tgz] |
---|---|---|
author | Chi Wang <chiwang@google.com> | Tue Apr 06 08:22:57 2021 -0700 |
committer | Copybara-Service <copybara-worker@google.com> | Tue Apr 06 08:23:51 2021 -0700 |
tree | ac41cf08e5888178b81c531a6f61b276c5067ca2 | |
parent | ed410e27d8cf32b2775227743358bbbd5601811c [diff] |
Remote: Fixed a bug that remote cache is missed due to executable bit is changed Fixes https://github.com/bazelbuild/bazel/issues/13262. https://github.com/bazelbuild/bazel/pull/12820 changed to set executable bit of input files based on its real value. However, this causes cache misses in `--remote_download_toplevel` mode since executable bit is changed after action execution by `ActionMetadataHandler#getMetadata`. This change effectively rolls back https://github.com/bazelbuild/bazel/pull/12820. Closes #13276. PiperOrigin-RevId: 367009617
{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