commit | efa35e31ed88c5e616bd2aa72edca376a0f4e443 | [log] [tgz] |
---|---|---|
author | wyv <wyv@google.com> | Fri Jun 18 02:01:40 2021 -0700 |
committer | Copybara-Service <copybara-worker@google.com> | Fri Jun 18 02:03:19 2021 -0700 |
tree | 1546d648e08a9a8fb3bdacf8ec1557176b00aebe | |
parent | a0b65df136fa3496b8e0bd55111785473eb2b5e2 [diff] |
bzlmod: ModuleFileFunction (https://github.com/bazelbuild/bazel/issues/13316) This CL implements ModuleFileFunction, a SkyFunction that takes the name and version of a module, finds and evaluates its MODULE.bazel file and returns the evaluated result. This is not hooked into the main SkyFrame route yet (RepositoryDelegatorFunction has yet to call this). PiperOrigin-RevId: 380141062
{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