commit | 5184cb79e008fb67e471d7cabe15e6f01c259d55 | [log] [tgz] |
---|---|---|
author | aehlig <aehlig@google.com> | Mon Oct 01 06:35:38 2018 -0700 |
committer | Copybara-Service <copybara-piper@google.com> | Mon Oct 01 06:37:07 2018 -0700 |
tree | 9fef4f29d541f6a7ca7ce3f6d25d7ab27bb62699 | |
parent | d75836620e528d97735708da939667c46c58b5a1 [diff] |
Document the repository cache and the --distdir option Bazel has two standard mechanisms to avoid calling out to the network unnecessarily. However, so far, the documentation was hidden in the description of the respective options (and a few issues and commit messages). Documenting these options in the context of fetching external documentation makes those options more visible, and is also the place in the documentation where users naturally would look for. PiperOrigin-RevId: 215204872
{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.