commit | 7a0dee5f9038531569b2f6763d2d792b1497c3b5 | [log] [tgz] |
---|---|---|
author | Mark Karpov <mark.karpov@tweag.io> | Wed Jan 13 07:54:36 2021 -0800 |
committer | Copybara-Service <copybara-worker@google.com> | Wed Jan 13 07:55:49 2021 -0800 |
tree | 253a5e1bb70459c38081633c6275cc27fc17f8bd | |
parent | 31e9e1ae74e9b1de7f4172db4fdf9d08a5c5d0e0 [diff] |
Add the parse_netrc function The existing `read_netrc` function can only be used from repository rules. This makes it harder to e.g. test code that builds on top of `read_netrc`. The new function is pure and can be easily tested. Closes #12681. PiperOrigin-RevId: 351586361
{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