commit | 1442054f23c171bc16238e9ee845921c48082a5a | [log] [tgz] |
---|---|---|
author | cparsons <cparsons@google.com> | Mon May 07 05:47:23 2018 -0700 |
committer | Copybara-Service <copybara-piper@google.com> | Mon May 07 05:48:57 2018 -0700 |
tree | ed59e92d46277128a0b54ae35883b8007223e0f3 | |
parent | 321138f412df405e2f7c8d0963a02375f1990ac6 [diff] |
Relax requirements of skylark-exposed configuration fragments Since configuration fragments will extend from build API classes, @SkylarkConfigurationField no longer needs to annotate a method defined on a @SkylarkModule class. Ideally, we would ensure that a configuration fragment with a @SkylarkConfigurationField method implements an interface with @SkylarkModule, but this seems impossible to perform at the level of an annotation processor. RELNOTES: None. PiperOrigin-RevId: 195651344
{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.