commit | 55781c9488f8cf66b1e24a9e29b55c6c69b36363 | [log] [tgz] |
---|---|---|
author | cparsons <cparsons@google.com> | Wed Oct 17 12:03:08 2018 -0700 |
committer | Copybara-Service <copybara-piper@google.com> | Wed Oct 17 12:04:43 2018 -0700 |
tree | 597610c23cea919c17e653f897139828b3ba32cb | |
parent | fad0570c3dd810e0a513bf995bee1e8f67a97989 [diff] |
Create an experimental analysis_test parameter in rule This will control whether a given rule should be treated as an "analysis test" rule. The parameter and its functionality will only be available via --experimental_analysis_testing_improvements until it is complete. In this change, analysis_test = True enforces the restriction that the rule implementation function for that rule may not register actions. See https://docs.google.com/document/d/17P2sgC6VPmcA7CcqC2p4cfU2Kaj6dwKiQfIXhtXTzl4/ for details. Progress toward #6237 RELNOTES: None. PiperOrigin-RevId: 217562194
{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.