commit | f4b9ff40b8f1612571cc711560177af240d034d0 | [log] [tgz] |
---|---|---|
author | dannark <dannark@google.com> | Tue Jun 12 09:28:45 2018 -0700 |
committer | Copybara-Service <copybara-piper@google.com> | Tue Jun 12 09:30:48 2018 -0700 |
tree | 2b2bf5415d7b4a0ab5db78d916cebfec0775f810 | |
parent | 1b94e64ee8a1d385e92a8d9f4c9a06e2d99c82bf [diff] |
Remap repository names inside load statements in BUILD files if the repository name is remapped. For example if main/WORKSPACE contains: local_repository( name = "a", path = "../a", repo_mapping = {"@x" : "@y"}, ) a/BUILD load("@x//:sample.bzl", "sample") Then the load in a/BUILD will be resolved as "@y//:sample.bzl" RELNOTES: None PiperOrigin-RevId: 200227431
{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.