commit | 9cd6fa2786728c72bf3cf7f4fbd18a33e9d9682b | [log] [tgz] |
---|---|---|
author | juliexxia <juliexxia@google.com> | Mon Aug 27 11:42:51 2018 -0700 |
committer | Copybara-Service <copybara-piper@google.com> | Mon Aug 27 11:44:49 2018 -0700 |
tree | 15177f5c772eddbc0ce51571b2c2e39c63f08d86 | |
parent | 1434b17ee7843da985d7f1ce61412948143d46e6 [diff] |
Add a check to not print deprecated flag warnings from flags set by the invocation policy. Invocation policies are not always entirely synced with the current non-deprecated set of blaze flags. Therefore, sometimes they set flags that are deprecated or no longer exist. For the latter case, we log and ignore the invocation policy trying to set the flag. For the former case, we'll now do a more similar thing and not print a spammy warning when the invocation policy tries to set a deprecated flag. PiperOrigin-RevId: 210403153
{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.