commit | d09077ee91e646382fb901e256978b6f660600a2 | [log] [tgz] |
---|---|---|
author | wyv <wyv@google.com> | Fri Jun 18 06:27:50 2021 -0700 |
committer | Copybara-Service <copybara-worker@google.com> | Fri Jun 18 06:30:46 2021 -0700 |
tree | 5b9d614aad05b0f65ef808c7fc9ade84b198d497 | |
parent | efa35e31ed88c5e616bd2aa72edca376a0f4e443 [diff] |
bzlmod: Remove override_dep in favor of having module_name on each override type (https://github.com/bazelbuild/bazel/issues/13316) We're "denormalizing" the override API: whereas you'd write "override_dep(name='X', Y_override(...))" before, you'd now write "Y_override(module_name='X', ...)". PiperOrigin-RevId: 380173439
{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