Skip to content

Commit 923a4da

Browse files
committed
Attempt to fix analysis error
1 parent 5019273 commit 923a4da

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/base_rules/py_executable_base_tests.bzl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -357,6 +357,7 @@ def _test_main_module_bootstrap_system_python(name, config):
357357
config_settings = {
358358
BOOTSTRAP_IMPL: "system_python",
359359
"//command_line_option:extra_execution_platforms": [LINUX_X86_64],
360+
"//command_line_option:extra_toolchains": [CC_TOOLCHAIN],
360361
"//command_line_option:platforms": [LINUX_X86_64],
361362
},
362363
expect_failure = True,
@@ -382,6 +383,7 @@ def _test_main_module_bootstrap_script(name, config):
382383
config_settings = {
383384
BOOTSTRAP_IMPL: "script",
384385
"//command_line_option:extra_execution_platforms": [LINUX_X86_64],
386+
"//command_line_option:extra_toolchains": [CC_TOOLCHAIN],
385387
"//command_line_option:platforms": [LINUX_X86_64],
386388
},
387389
)

0 commit comments

Comments
 (0)