commit | 9474b1ef754e800277a7db399d31447d11fd307b | [log] [tgz] |
---|---|---|
author | hlopko <hlopko@google.com> | Mon Mar 25 02:14:58 2019 -0700 |
committer | Copybara-Service <copybara-worker@google.com> | Mon Mar 25 02:16:44 2019 -0700 |
tree | be7a48d7a420047f31d487d8cebf432bb3c8f76f | |
parent | 895c43da2de9ffe5d2905c689ae7cefcd7f1e003 [diff] |
Add --incompatible_require_ctx_in_configure_features In order to migrate C++ rules to platforms, we need the access to the C++ configuration fragment from the caller rule in Starlark APIs. All existing APIs have already access to it, but cc_common.configure_features doesn't. This incompatible change adds a ctx argument to configure_features. https://github.com/bazelbuild/bazel/issues/7793 https://github.com/bazelbuild/bazel/issues/6516 RELNOTES: Added `--incompatible_require_ctx_in_configure_features`, see https://github.com/bazelbuild/bazel/issues/7793 for details. PiperOrigin-RevId: 240099411
{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.