commit | 7b7d5b9b101d37ea6f9690ca8494b14876c5f00b | [log] [tgz] |
---|---|---|
author | Googler <noreply@google.com> | Thu Aug 01 17:06:06 2019 -0700 |
committer | Copybara-Service <copybara-worker@google.com> | Thu Aug 01 17:06:58 2019 -0700 |
tree | 3a0ba85e263f67325da7b3b9bf3ec2e5877047fa | |
parent | 605acc4da43cc4a84827e6a45cc922e904151dde [diff] |
Add option --break_build_on_parallel_dex2oat_failure. Right now dex2oat action failures are not treated as such, instead the action always succeeds and dex2oat is delayed until test runtime. This has the effect of hiding real issues and making tests flaky. Initially add option to break the build in order to understand the scope of the errors. RELNOTES: add --break_build_on_parallel_dex2oat_failure to shortcut tests on dex2oat errors PiperOrigin-RevId: 261228516
{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.