commit | de5462a61318dc14f8f21b129e6278219b307ee2 | [log] [tgz] |
---|---|---|
author | lberki <lberki@google.com> | Mon Aug 20 08:48:09 2018 -0700 |
committer | Copybara-Service <copybara-piper@google.com> | Mon Aug 20 08:49:22 2018 -0700 |
tree | dca42f7bd2920d4a3abd8c909236c9c97f096e27 | |
parent | 44f92dd508824f2bae03e0e55dc4282908a562ec [diff] |
Make AppleCrosstoolTransition a no-op if it would change neither the CPU nor the C++ compiler used. This is useful if the top-level configuration is an Apple one and a cc_* target is being built that has an objc_library in its transitive closure: without this change, the transition would take effect on the objc_library, which would mean that common dependencies of the cc_* target and the objc_library would get built and linked twice (once in the top-level configuration and once in the configuration after the transition) RELNOTES: None. PiperOrigin-RevId: 209424980
{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.