File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -70,7 +70,8 @@ END_UNRELEASED_TEMPLATE
70
70
* (gazelle) Switched back to smacker/go-tree-sitter, fixing
71
71
[ #2630 ] ( https://github.com/bazel-contrib/rules_python/issues/2630 )
72
72
* (ci) We are now testing on Ubuntu 22.04 for RBE and non-RBE configurations.
73
- * (core) #!/usr/bin/env bash is now used as a shebang in the stage1 bootstrap template.
73
+ * (core) ` #!/usr/bin/env bash ` is now used as a shebang in the stage1 bootstrap template.
74
+ * (core) the flag ` bootstrap_impl=script ` has been switched for UNIX platforms.
74
75
75
76
[ 20250723 ] : https://github.com/astral-sh/python-build-standalone/releases/tag/20250723
76
77
Original file line number Diff line number Diff line change @@ -90,7 +90,7 @@ string_flag(
90
90
91
91
rp_string_flag (
92
92
name = "bootstrap_impl" ,
93
- build_setting_default = BootstrapImplFlag .SYSTEM_PYTHON ,
93
+ build_setting_default = BootstrapImplFlag .SCRIPT ,
94
94
override = select ({
95
95
# Windows doesn't yet support bootstrap=script, so force disable it
96
96
":_is_windows" : BootstrapImplFlag .SYSTEM_PYTHON ,
You can’t perform that action at this time.
0 commit comments