We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51140bc commit 79a5fc3Copy full SHA for 79a5fc3
1 file changed
CHANGELOG.md
@@ -80,8 +80,9 @@ END_UNRELEASED_TEMPLATE
80
* Repo utilities `execute_unchecked`, `execute_checked`, and `execute_checked_stdout` now
81
support `log_stdout` and `log_stderr` keyword arg booleans. When these are `True`
82
(the default), the subprocess's stdout/stderr will be logged.
83
-* (pypi) A new environment variable `RULES_PYTHON_ENABLE_PIPSTAR` to toggle the
84
- Starlark implementation of the whl METADATA parsing. Set it to `1` to enable.
+* (pypi) `RULES_PYTHON_ENABLE_PIPSTAR` environment variable: when `1`, the Starlark
+ implementation of wheel METADATA parsing is used (which has improved multi-platform
85
+ build support).
86
87
{#v0-0-0-removed}
88
### Removed
0 commit comments