commit | 646cfd81793fc3b87979089aab873310d14e95e6 | [log] [tgz] |
---|---|---|
author | hlopko <hlopko@google.com> | Tue Aug 01 22:26:37 2017 +0200 |
committer | Dmitry Lomov <dslomov@google.com> | Wed Aug 02 10:40:10 2017 +0200 |
tree | 1178e4eebd43353445dc582e3024a42f85899f55 | |
parent | 04304925be5cd767db834f442e3ef9f9d91ed4ff [diff] |
Simplify copts handling and expose them as a build variable This cl changes copts to be immutable (and changes addCopts methods into setCopts, so it's simpler to reason about copts) and exposes copts as a build variable. It also introduces CompileBuildVariablesTest, similar to LinkBuildVariablesTest, to test that right build variables are exposed for right actions. RELNOTES: None. PiperOrigin-RevId: 163876774
{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.