commit | 36c70a68b75e2fe06fc78ddc493a802d09fcadb1 | [log] [tgz] |
---|---|---|
author | cparsons <cparsons@google.com> | Fri Jun 07 09:31:14 2019 -0700 |
committer | Copybara-Service <copybara-worker@google.com> | Fri Jun 07 09:33:26 2019 -0700 |
tree | 477e5bff577a3fe0a2614b18b6ecbaae2cdd1574 | |
parent | 4a24f5f2c27d0a1d5ae81498a46a31f6e350a75a [diff] |
Rollforward "Disable outputs param of rule function" with fix Original change broke //scripts/packages/debian:bazel-debian.deb This rollforward manually tested to not break that target. *** 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: 252063297
{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.