commit | 5b35c5cea86d45c382f8e13c07a59f961ded4070 | [log] [tgz] |
---|---|---|
author | juliexxia <juliexxia@google.com> | Wed Feb 07 11:28:35 2018 -0800 |
committer | Copybara-Service <copybara-piper@google.com> | Wed Feb 07 11:30:12 2018 -0800 |
tree | 0c4573a00a193c3081a8059c55700182ed3bb265 | |
parent | e1ed133298cb65189fb7e2339a0920bbc4d42f07 [diff] |
When requesting nodes* look first in target configuration, then host (used to be the other way around). This fixes b/72817591 which saw the following - (1) somepath(//foo, //bar) --nohost_deps -> empty query results (2) deps(//foo) --nohost_deps | grep '//bar' -> found //bar This happened because //bar was configured in both the host and the target config. There was no path from //foo-target -> //bar-host because of the --nohost_deps setting (1) but //bar-target did exist in the results of (2) PiperOrigin-RevId: 184868484
{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.