commit | 13e38ed63a96081880adcf127a868e52b63bb6be | [log] [tgz] |
---|---|---|
author | John Cater <jcater@google.com> | Wed Sep 04 08:54:27 2019 -0700 |
committer | Copybara-Service <copybara-worker@google.com> | Wed Sep 04 08:55:53 2019 -0700 |
tree | d04e95db0ca951bb0bf258db30ab0f72590380fb | |
parent | 4aee44b84fab3b0b9835b50103d27bf95420fea5 [diff] |
Fix loading of configuration conditions to correctly report errors for config dependencies. Example error message: ``` ERROR: While resolving configuation keys for //:alias: no such target '//configs:config_baaar': target 'config_baaar' not declared in package 'configs' (did you mean 'config_bar'?) defined by /usr/local/google/home/jcater/repos/demo/configs/BUILD.bazel ``` Fixes #9292. Closes #9297. PiperOrigin-RevId: 267162223
{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.