File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed
Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -55,11 +55,13 @@ END_UNRELEASED_TEMPLATE
5555{#v0-0-0-changed}
5656### Changed
5757
58- * If using the autodetecting/runtime_env toolchain, then the Python version
59- specified at build-time * must* match the Python version used at runtime (the
60- {obj}` --@rules_python//python/config_settings:python_version ` flag controls the
61- build-time version). (Such a misconfiguration was unlikely to work to begin
62- with; this is called out as an FYI).
58+ * If using the (deprecated) autodetecting/runtime_env toolchain, then the Python
59+ version specified at build-time * must* match the Python version used at
60+ runtime (the {obj}` --@rules_python//python/config_settings:python_version `
61+ flag and the {attr}` python_version ` attribute control the build-time version
62+ for a target). If they don't match, dependencies won't be importable. (Such a
63+ misconfiguration was unlikely to work to begin with; this is called out as an
64+ FYI).
6365* (rules) {obj}` --bootstrap_impl=script ` is the default for non-Windows.
6466* (rules) On Windows, {obj}` --bootstrap_impl=system_python ` is forced. This
6567 allows setting ` --bootstrap_impl=script ` in bazelrc for mixed-platform
You can’t perform that action at this time.
0 commit comments