File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -35,6 +35,9 @@ A brief description of the categories of changes:
35
35
(or equivalent).
36
36
* (toolchains) ` py_runtime.implementation_name ` now defaults to ` cpython `
37
37
(previously it defaulted to None).
38
+ * (toolchains) The exec tools toolchain is enabled by default. It can be
39
+ disabled by setting
40
+ {obj}` --@rules_python//python/config_settings:exec_tools_toolchain=disabled ` .
38
41
* (deps) stardoc 0.6.2 added as dependency.
39
42
40
43
### Fixed
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ string_flag(
42
42
43
43
string_flag (
44
44
name = "exec_tools_toolchain" ,
45
- build_setting_default = ExecToolsToolchainFlag .DISABLED ,
45
+ build_setting_default = ExecToolsToolchainFlag .ENABLED ,
46
46
values = sorted (ExecToolsToolchainFlag .__members__ .values ()),
47
47
# NOTE: Only public because it is used in py_toolchain_suite from toolchain
48
48
# repositories
You can’t perform that action at this time.
0 commit comments