commit | 4ec0a7524913ab2c4641368e3f8c09b347351a08 | [log] [tgz] |
---|---|---|
author | Dmitry Petrashko <dark@d-d.me> | Tue Jun 05 02:09:12 2018 -0700 |
committer | Copybara-Service <copybara-piper@google.com> | Tue Jun 05 02:11:39 2018 -0700 |
tree | 005f58198a63a302a4a6d0e64cb4b1c45fdbe049 | |
parent | 1b041c86147098451bffc94d2602aea26ee16e06 [diff] |
Use BUILD.bazel instead of BUILD for external projects While upgrading an internal project from 0.10 to 0.13 we have found that we no longer were able to build one of external non-basel dependencies that already has a lowercase `build` directory in their repo. As the name `BUILD` is much more common than `BUILD.bazel`, in particular on file systems that are case-insensitive, I propose to generate the latter by default. Closes #5146. PiperOrigin-RevId: 199264025
{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.