You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: enable rules_python Starlark implemention by default for Bazel 7+ (bazel-contrib#1699)
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 bazel-contrib#1069
0 commit comments