commit | f82a44b47e2ee2208df1236469bfca069c548c90 | [log] [tgz] |
---|---|---|
author | John Cater <jcater@google.com> | Mon Aug 17 09:36:35 2020 -0700 |
committer | Copybara-Service <copybara-worker@google.com> | Mon Aug 17 09:38:03 2020 -0700 |
tree | bee264cf8dfb771e99dcb50a8fa7bda6bf4d4fdb | |
parent | eadadbd3c479f30a0e0ef5f788cff1aec800cd9d [diff] |
Check for errors from config conditions before checking for missing values. The resolveConfiguredTargetDependencies method currently tracks both missing values (which will require a skyframe restart) and errors from dependencies (which should be re-thrown). Unfortunately, it checks this in the wrong order, which means that when a value is missing and there is an error, the error will be swallowed and not reported. Closes #11949. PiperOrigin-RevId: 327037287
{Fast, Correct} - Choose two
Build and test software of any size, quickly and reliably.
Speed up your builds and tests: Bazel rebuilds only 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