commit | fff730963765f27c95adefe5b7703dd205b38690 | [log] [tgz] |
---|---|---|
author | John Millikin <jmillikin@stripe.com> | Tue Oct 22 15:12:32 2019 -0700 |
committer | Copybara-Service <copybara-worker@google.com> | Tue Oct 22 15:13:28 2019 -0700 |
tree | 333100172c34b449c6b87f6c1fe35b3e147c8572 | |
parent | 42b3be219e6f15aaf69d8de2edf925a2725151cb [diff] |
Support flag overrides of config settings in external repositories. The user-defined flags documented at https://docs.bazel.build/versions/1.0.0/skylark/config.html can't currently be set across repositories with `--@some_repo//:some_flag`. It looks like this is just a simple oversight in the flag parser, and after changing it to accept `--@` as a Starlark flag prefix the rest of the functionality is working. Fixes https://github.com/bazelbuild/bazel/issues/10039 Closes #10052. PiperOrigin-RevId: 276153907
{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