File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -70,8 +70,7 @@ END_UNRELEASED_TEMPLATE
7070* (gazelle) Switched back to smacker/go-tree-sitter, fixing
7171 [ #2630 ] ( https://github.com/bazel-contrib/rules_python/issues/2630 )
7272* (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.
74- * (core) the flag ` bootstrap_impl=script ` has been switched for UNIX platforms.
73+ * (core) #!/usr/bin/env bash is now used as a shebang in the stage1 bootstrap template.
7574
7675[ 20250723 ] : https://github.com/astral-sh/python-build-standalone/releases/tag/20250723
7776
Original file line number Diff line number Diff line change @@ -90,7 +90,7 @@ string_flag(
9090
9191rp_string_flag (
9292 name = "bootstrap_impl" ,
93- build_setting_default = BootstrapImplFlag .SCRIPT ,
93+ build_setting_default = BootstrapImplFlag .SYSTEM_PYTHON ,
9494 override = select ({
9595 # Windows doesn't yet support bootstrap=script, so force disable it
9696 ":_is_windows" : BootstrapImplFlag .SYSTEM_PYTHON ,
You can’t perform that action at this time.
0 commit comments