Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: enable rules_python Starlark implemention by default for Bazel 7+
This makes the base rules use the Starlark code in rules_python ("pystar") instead of what is built into Bazel 7. The pystar implementation can be disabled by setting `RULES_PYTHON_ENABLE_PYSTAR=0` in your environment or using `--action_env`. Earlier versions of Bazel continue to use the rules built into Bazel regardless (the new implementation requires special APIs that only Bazel 7 has). Work towards #1069
- Loading branch information