commit | cd8353b2d263b1e5fee101a491569400d6550ed4 | [log] [tgz] |
---|---|---|
author | Googler <noreply@google.com> | Mon Sep 30 12:18:59 2019 -0700 |
committer | Copybara-Service <copybara-worker@google.com> | Mon Sep 30 12:19:55 2019 -0700 |
tree | ba2a84f9acf3517158be15f96db78f965237d3c8 | |
parent | 7433b1c83a2270d6a6f67118a26ea1d300f52390 [diff] |
bazel packages: don't execute BUILD files with static errors ...such as scanner, parser, validator, or BUILD dialect errors. Upcoming interpreter improvements will make it unsound to attempt execution of a bad file. Some tests that rely on partial execution were fixed by replacing static errors (e.g. undefined name) by with dynamic ones (e.g, division by zero). PiperOrigin-RevId: 272037846
{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
Bazel is released in ‘Beta’. See the product roadmap to learn about the path toward a stable 1.0 release.