commit | 01483c6bf56148c779428d6181f0e90740164131 | [log] [tgz] |
---|---|---|
author | Klaus Aehlig <aehlig@google.com> | Wed Feb 27 02:50:08 2019 -0800 |
committer | Copybara-Service <copybara-worker@google.com> | Wed Feb 27 02:52:09 2019 -0800 |
tree | c2c9057cece8c0ac41ced748737c3f76cf7a6297 | |
parent | 3dbf778af034b10005c42732e079ec309c87d350 [diff] |
external.md: also hint at bazel sync There are two ways for bazel to prefetch external repositories. - bazel fetch <targets>, and - bazel sync. The former prefetches everything needed to build the given list of targets, the latter unconditionally fetches all external repositories. Make sure, our documentation on fetching dependencies mentions both options. Change-Id: Id6afb3dbb961dd55355c758563d360e42a363516 PiperOrigin-RevId: 235884824
{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.