Skip to content

Commit b7b7b3f

Browse files
committed
default to sys py; remove todo
1 parent b650709 commit b7b7b3f

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

python/config_settings/BUILD.bazel

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,7 @@ string_flag(
5656

5757
string_flag(
5858
name = "bootstrap_impl",
59-
# todo: default to deprecated_one_stage initially
60-
build_setting_default = BootstrapImplFlag.SCRIPT,
59+
build_setting_default = BootstrapImplFlag.SYSTEM_PYTHON,
6160
values = sorted(BootstrapImplFlag.__members__.values()),
6261
# NOTE: Only public because its an implicit dependency
6362
visibility = ["//visibility:public"],

python/private/zip_main_template.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,6 @@ def main():
239239
if is_windows():
240240
main_rel_path = main_rel_path.replace("/", os.sep)
241241

242-
# todo: need to cleanup the created directory
243242
module_space = create_module_space()
244243
print_verbose("extracted runfiles to:", module_space)
245244

0 commit comments

Comments
 (0)