commit | 6505f7c5db239a823e8503dcc6798702b2d54519 | [log] [tgz] |
---|---|---|
author | Benjamin Peterson <bp@benjamin.pe> | Tue Oct 02 05:45:42 2018 -0700 |
committer | Copybara-Service <copybara-piper@google.com> | Tue Oct 02 05:47:40 2018 -0700 |
tree | 8ab299d3d3fd6e989bc3e44bd188c1b471b93c5b | |
parent | 366e948bf2301e5d3d0c065297058703157e66e8 [diff] |
Add cycle reporting for test_suite expansion. Test suite cycles now produce nice cycle errors like this: ERROR /workspace/BUILD:1:41: in test_suite rule //:b: cycle in dependency graph: .-> //:b | //:a `-- //:b Before, test_suite cycles resulted in a crash. Fixes https://github.com/bazelbuild/bazel/issues/5851. Closes #6066. PiperOrigin-RevId: 215373465
{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.