Skip to content

Commit

Permalink
default to sys py; remove todo
Browse files Browse the repository at this point in the history
  • Loading branch information
rickeylev committed Jun 2, 2024
1 parent b650709 commit b7b7b3f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions python/config_settings/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,7 @@ string_flag(

string_flag(
name = "bootstrap_impl",
# todo: default to deprecated_one_stage initially
build_setting_default = BootstrapImplFlag.SCRIPT,
build_setting_default = BootstrapImplFlag.SYSTEM_PYTHON,
values = sorted(BootstrapImplFlag.__members__.values()),
# NOTE: Only public because its an implicit dependency
visibility = ["//visibility:public"],
Expand Down
1 change: 0 additions & 1 deletion python/private/zip_main_template.py
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,6 @@ def main():
if is_windows():
main_rel_path = main_rel_path.replace("/", os.sep)

# todo: need to cleanup the created directory
module_space = create_module_space()
print_verbose("extracted runfiles to:", module_space)

Expand Down

0 comments on commit b7b7b3f

Please sign in to comment.