@@ -51,9 +51,9 @@ def _test_basic_windows(name, config):
5151 "//command_line_option:build_python_zip" : "true" ,
5252 "//command_line_option:cpu" : "windows_x86_64" ,
5353 "//command_line_option:crosstool_top" : CROSSTOOL_TOP ,
54+ "//command_line_option:extra_execution_platforms" : [WINDOWS_X86_64 ],
5455 "//command_line_option:extra_toolchains" : [CC_TOOLCHAIN ],
5556 "//command_line_option:platforms" : [WINDOWS_X86_64 ],
56- "//command_line_option:extra_execution_platforms" : [WINDOWS_X86_64 ],
5757 },
5858 attr_values = {"target_compatible_with" : target_compatible_with },
5959 )
@@ -97,9 +97,9 @@ def _test_basic_zip(name, config):
9797 "//command_line_option:build_python_zip" : "true" ,
9898 "//command_line_option:cpu" : "linux_x86_64" ,
9999 "//command_line_option:crosstool_top" : CROSSTOOL_TOP ,
100+ "//command_line_option:extra_execution_platforms" : [LINUX_X86_64 ],
100101 "//command_line_option:extra_toolchains" : [CC_TOOLCHAIN ],
101102 "//command_line_option:platforms" : [LINUX_X86_64 ],
102- "//command_line_option:extra_execution_platforms" : [LINUX_X86_64 ],
103103 },
104104 attr_values = {"target_compatible_with" : target_compatible_with },
105105 )
0 commit comments