We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b650709 commit b7b7b3fCopy full SHA for b7b7b3f
python/config_settings/BUILD.bazel
@@ -56,8 +56,7 @@ string_flag(
56
57
string_flag(
58
name = "bootstrap_impl",
59
- # todo: default to deprecated_one_stage initially
60
- build_setting_default = BootstrapImplFlag.SCRIPT,
+ build_setting_default = BootstrapImplFlag.SYSTEM_PYTHON,
61
values = sorted(BootstrapImplFlag.__members__.values()),
62
# NOTE: Only public because its an implicit dependency
63
visibility = ["//visibility:public"],
python/private/zip_main_template.py
@@ -239,7 +239,6 @@ def main():
239
if is_windows():
240
main_rel_path = main_rel_path.replace("/", os.sep)
241
242
- # todo: need to cleanup the created directory
243
module_space = create_module_space()
244
print_verbose("extracted runfiles to:", module_space)
245
0 commit comments