commit | c2001a4569483596d9dc74ba9cabcbe4b6f1887f | [log] [tgz] |
---|---|---|
author | aehlig <aehlig@google.com> | Mon May 06 02:32:32 2019 -0700 |
committer | Copybara-Service <copybara-worker@google.com> | Mon May 06 02:33:44 2019 -0700 |
tree | 9bd037fda1392ab9e6a1c505a4b8edc7f757ac1d | |
parent | 898d7b6138af73f03daf35b767d252560087de70 [diff] |
Automated rollback of commit bbe47a1564a832e1a175206f2dfbc92af94c120b. *** Reason for rollback *** Breaks Bazel's target //scripts/packages/debian:bazel-debian.deb which is needed for bazel releases. *** Original change description *** Disable outputs param of rule function This constitutes an incompatible change guarded by flag --incompatible_no_rule_outputs_param. See #7977 for further details. Implementation for #7977. RELNOTES: The `outputs` parameter of the `rule()` function is deprecated and attached to flag `--incompatible_no_rule_outputs_param`. Migrate rules to use `OutputGroupInfo` or `attr.output` instead. See https://github.com/bazelbuild/bazel/issues/7977 for more info. PiperOrigin-RevId: 246792521
{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.