File tree Expand file tree Collapse file tree
tests/bootstrap_impls/bin_calls_bin Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11load ("@rules_shell//shell:sh_test.bzl" , "sh_test" )
2+ load ("//python:py_library.bzl" , "py_library" )
23load ("//tests/support:py_reconfig.bzl" , "py_reconfig_binary" )
34load ("//tests/support:support.bzl" , "NOT_WINDOWS" , "SUPPORTS_BOOTSTRAP_SCRIPT" )
4- load ("//python:py_library.bzl" , "py_library" )
55
66py_library (
77 name = "inner_lib" ,
@@ -23,10 +23,10 @@ py_reconfig_binary(
2323py_reconfig_binary (
2424 name = "inner_bootstrap_system_python" ,
2525 srcs = ["inner.py" ],
26- deps = [":inner_lib" ],
2726 bootstrap_impl = "system_python" ,
2827 main = "inner.py" ,
2928 tags = ["manual" ],
29+ deps = [":inner_lib" ],
3030)
3131
3232genrule (
@@ -59,10 +59,10 @@ sh_test(
5959py_reconfig_binary (
6060 name = "inner_bootstrap_script" ,
6161 srcs = ["inner.py" ],
62- deps = [":inner_lib" ],
6362 bootstrap_impl = "script" ,
6463 main = "inner.py" ,
6564 tags = ["manual" ],
65+ deps = [":inner_lib" ],
6666)
6767
6868py_reconfig_binary (
You can’t perform that action at this time.
0 commit comments