Skip to content

Commit 933f9fd

Browse files
committed
fix: add execution platforms to more analysis tests
1 parent a2ff7da commit 933f9fd

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:platforms": [LINUX_X86_64],
360+
"//command_line_option:extra_execution_platforms": [LINUX_X86_64],
360361
},
361362
expect_failure = True,
362363
)
@@ -381,6 +382,7 @@ def _test_main_module_bootstrap_script(name, config):
381382
config_settings = {
382383
BOOTSTRAP_IMPL: "script",
383384
"//command_line_option:platforms": [LINUX_X86_64],
385+
"//command_line_option:extra_execution_platforms": [LINUX_X86_64],
384386
},
385387
)
386388

0 commit comments

Comments
 (0)