Skip to content

Commit 2fd24d7

Browse files
committed
fixup! fixup! fix(toolchain): do not force users to depend on optional toolchains
1 parent c914a9e commit 2fd24d7

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

tests/base_rules/precompile/precompile_tests.bzl

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@ def _test_precompile_enabled_setup(name, py_rule, **kwargs):
6161
target = name + "_subject",
6262
config_settings = {
6363
"//command_line_option:extra_toolchains": _TEST_TOOLCHAINS,
64-
PRECOMPILE: "enabled",
6564
},
6665
)
6766

@@ -120,7 +119,6 @@ def _test_pyc_only(name):
120119
config_settings = {
121120
"//command_line_option:extra_toolchains": _TEST_TOOLCHAINS,
122121
##PRECOMPILE_SOURCE_RETENTION: "omit_source",
123-
PRECOMPILE: "enabled",
124122
},
125123
target = name + "_subject",
126124
)
@@ -163,7 +161,6 @@ def _test_precompile_if_generated(name):
163161
target = name + "_subject",
164162
config_settings = {
165163
"//command_line_option:extra_toolchains": _TEST_TOOLCHAINS,
166-
PRECOMPILE: "enabled",
167164
},
168165
)
169166

@@ -206,7 +203,6 @@ def _test_omit_source_if_generated_source(name):
206203
config_settings = {
207204
"//command_line_option:extra_toolchains": _TEST_TOOLCHAINS,
208205
PRECOMPILE_SOURCE_RETENTION: "omit_if_generated_source",
209-
PRECOMPILE: "enabled",
210206
},
211207
)
212208

@@ -292,7 +288,6 @@ def _test_precompiler_action(name):
292288
target = name + "_subject",
293289
config_settings = {
294290
"//command_line_option:extra_toolchains": _TEST_TOOLCHAINS,
295-
PRECOMPILE: "enabled",
296291
},
297292
)
298293

0 commit comments

Comments
 (0)