commit | 6a8b90cd43dde5aa1e7dec98a7a81284b345f357 | [log] [tgz] |
---|---|---|
author | lberki <lberki@google.com> | Fri Jul 14 08:14:39 2017 +0200 |
committer | László Csomor <laszlocsomor@google.com> | Fri Jul 14 10:52:36 2017 +0200 |
tree | 88e1f810725beffd5f635ffe17050b58c26ba8c8 | |
parent | 8ae05910a8f623ffde3a91f228b3c519434cc277 [diff] |
Refactor the logic to determine Xcode configuration so that getting the information from the BUILD files and determining what to do with them is separated. This is so that we can eventually determine this information not in AppleConfiguration.Loader, but in the implementation of the xcode_config rule so that the former doesn't need to look at BUILD files anymore. Of course, this requires changing Skylark code that uses ctx.fragments.apple.$WHATEVER, but it's a good first step. RELNOTES: None. PiperOrigin-RevId: 161916770
{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 system. 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.