commit | d6ce2643811b7814be43e4a6763c1663412831fe | [log] [tgz] |
---|---|---|
author | philwo <philwo@google.com> | Mon Jul 30 05:24:50 2018 -0700 |
committer | Copybara-Service <copybara-piper@google.com> | Mon Jul 30 05:26:16 2018 -0700 |
tree | ca9119d84d8e3051ab4c5405c37b7bf013f202f3 | |
parent | feb9c8759ec0fb310a5f0ede37e70f3403debb28 [diff] |
Make the fallback strategy for Bazel's remote execution configurable. RELNOTES: When using Bazel's remote execution feature and Bazel has to fallback to local execution for an action, Bazel used non-sandboxed local execution until now. From this release on, you can use the new flag --remote_local_fallback_strategy=<strategy> to tell Bazel which strategy to use in that case. PiperOrigin-RevId: 206566380
{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.