commit | 50a2d6c9b9c55776ec747a656a2edd971e723771 | [log] [tgz] |
---|---|---|
author | ichern <ichern@google.com> | Wed Jun 12 15:59:32 2019 -0700 |
committer | Copybara-Service <copybara-worker@google.com> | Wed Jun 12 16:00:56 2019 -0700 |
tree | 6b0c6db2b38e060126419e72e665a19f11458179 | |
parent | 3945782a7a06086b1d06cf65f5cc8090ee339a73 [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 #8597. PiperOrigin-RevId: 252918513
{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.