| commit | 9340a8199cac0912305dad427a5cdc72ee4fc7ff | [log] [tgz] |
|---|---|---|
| author | Ignas Anikevicius <240938+aignas@users.noreply.github.com> | Sun Oct 27 03:36:14 2024 +0900 |
| committer | GitHub <noreply@github.com> | Sat Oct 26 18:36:14 2024 +0000 |
| tree | 513b7a68373e632cc76e9d7bc018d57f0ba933a0 | |
| parent | 70caec742606ef8eb1b4fdd33b5c6915432ec4fa [diff] |
fix(bzlmod): generate config_setting values for all python toolchains (#2350) #2253 broke how the config settings are generated and only generated the config setting values for the python version values that we would have the registered toolchains for. This PR restores the previous behaviour. However, if the root module uses `python.override` to remove the allowed toolchains, then `config_settings` will be also affected.
This repository is the home of the core Python rules -- py_library, py_binary, py_test, py_proto_library, and related symbols that provide the basis for Python support in Bazel. It also contains package installation rules for integrating with PyPI and other indices.
Documentation for rules_python is at https://rules-python.readthedocs.io and in the Bazel Build Encyclopedia.
Examples live in the examples directory.
The core rules are stable. Their implementation is subject to Bazel's backward compatibility policy. This repository aims to follow semantic versioning.
The Bazel community maintains this repository. Neither Google nor the Bazel team provides support for the code. However, this repository is part of the test suite used to vet new Bazel releases. See How to contribute page for information on our development workflow.
For detailed documentation, see https://rules-python.readthedocs.io
See Bzlmod support for more details.