commit | 8139503b5c745d6fb9e1ed6d65fd6c6fd6e00ec3 | [log] [tgz] |
---|---|---|
author | jhorvitz <jhorvitz@google.com> | Wed May 05 08:48:08 2021 -0700 |
committer | Copybara-Service <copybara-worker@google.com> | Wed May 05 08:49:42 2021 -0700 |
tree | 5ed34d82152cdbabf55b1cc5bd2586c5b4471fbd | |
parent | 1a519bb66c3fa3e4ef3b9a9a556597920751fbcd [diff] |
Remove `defaultBuildOptions` from `PlatformMappingValue`. It really only needs a list of options classes for parsing. Additionally, instead of passing it in, just store this list as a field. There shouldn't be any penalty for doing this, as equality checks will be fast since it's always the same instance in practice, and we don't serialize `PlatformMappingValue`. After this, we can tear out `defaultBuildOptions` entirely. `PlatformMappingValue` was the last one using it. PiperOrigin-RevId: 372134563
{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