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 6026846 commit df484a1Copy full SHA for df484a1
CHANGELOG.md
@@ -94,7 +94,9 @@ Unreleased changes template.
94
* (rules) APIs for creating custom rules based on the core py_binary, py_test,
95
and py_library rules
96
([#1647](https://github.com/bazelbuild/rules_python/issues/1647))
97
-* (rules) Added env-var to allow additional interpreter args for stage1 bootstrap
+* (rules) Added env-var to allow additional interpreter args for stage1 bootstrap.
98
+ See {obj}`RULES_PYTHON_ADDITIONAL_INTERPRETER_ARGS` environment variable.
99
+ Only applicable for {obj}`--bootstrap_impl=script`.
100
* (rules) Added {obj}`interpreter_args` attribute to `py_binary` and `py_test`,
101
which allows pass arguments to the interpreter before the regular args.
102
0 commit comments