commit | 9c913b93e275038393e4ba5f67b7421919d93cf9 | [log] [tgz] |
---|---|---|
author | ichern <ichern@google.com> | Wed Jun 19 10:17:25 2019 -0700 |
committer | Copybara-Service <copybara-worker@google.com> | Wed Jun 19 10:18:11 2019 -0700 |
tree | be73b3016ee9def69c138fdc3960dc70f688ce50 | |
parent | c7e8a922a38ea7db29d207fbd43a6af6231c7478 [diff] |
Refactor git_repository and new_git_repository rules implementations ? ?so that they can be used with Bazel on Windows without MSYS - do not use shell scripting, call git binary and use repository_context methods - add black box tests for new_git_repository, so that they run on Windows without MSYS - prefer fetch to clone, as in that case less content is fetched (with fetch, we specify both the reference and depth in the same command; on contrary, clone will fetch all branches) Closes #8677. PiperOrigin-RevId: 254020395
{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.