commit | e888150379d8236fc133e3dd403e3215cc8c7603 | [log] [tgz] |
---|---|---|
author | Klaus Aehlig <aehlig@google.com> | Tue Oct 02 04:08:04 2018 -0700 |
committer | Copybara-Service <copybara-piper@google.com> | Tue Oct 02 04:09:46 2018 -0700 |
tree | ff23a4de73064b68ec52b25ae999815c7a9bfe22 | |
parent | b7ec4f22e704b6d9892aa5501012d9f9a54f11c8 [diff] |
Support disabling the repository cache Support disabling the repository cache in cases where caching is not necessary, but the additional disk operations are a problem. This is achieved by interpreting --repository_cache= as a request to disable the cache; technically, this is an incompatible change, as currently the empty string is interpreted as "put the cache top-level into the workspace". However, it is unlikely that this use of the option is widely used. Fixes #6229. Change-Id: I082e814fc36b60b35e6e0ea6c5db8e892f46c4ef PiperOrigin-RevId: 215365431
{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.