commit | e84603c350caf1ded49bd388494a46329feba97a | [log] [tgz] |
---|---|---|
author | cparsons <cparsons@google.com> | Mon Nov 05 11:54:57 2018 -0800 |
committer | Copybara-Service <copybara-piper@google.com> | Mon Nov 05 11:56:31 2018 -0800 |
tree | f70303ad22c7fc6e8ee290a92ff30e25df5dae31 | |
parent | 097fff47cd32005b5fc84dd258c20c74659618f8 [diff] |
Restrict the number of transitive dependency edges traversable through attributes which use for_analysis_testing transitions. Any cases exceeding this limit will result in a rule error being thrown on the analysis_test rule. The limit is configurable via new flag --analysis_testing_deps_limit with a default limit of 500. The feature itself is still guarded behind --experimental_analysis_testing_improvements, so the former flag has no non-experimental meaning. Progress toward #5574 and #6237. RELNOTES: None. PiperOrigin-RevId: 220144957
{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.