Skip to content
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions tests/base_rules/py_executable_base_tests.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -356,6 +356,8 @@ def _test_main_module_bootstrap_system_python(name, config):
target = name + "_subject",
config_settings = {
BOOTSTRAP_IMPL: "system_python",
"//command_line_option:extra_execution_platforms": [LINUX_X86_64],
"//command_line_option:extra_toolchains": [CC_TOOLCHAIN],
"//command_line_option:platforms": [LINUX_X86_64],
},
expect_failure = True,
Expand All @@ -380,6 +382,8 @@ def _test_main_module_bootstrap_script(name, config):
target = name + "_subject",
config_settings = {
BOOTSTRAP_IMPL: "script",
"//command_line_option:extra_execution_platforms": [LINUX_X86_64],
"//command_line_option:extra_toolchains": [CC_TOOLCHAIN],
"//command_line_option:platforms": [LINUX_X86_64],
},
)
Expand Down