File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -309,7 +309,7 @@ actions.""",
309309 environ = [REPO_DEBUG_ENV_VAR ],
310310)
311311
312- def _host_toolchain_impl (rctx ):
312+ def _host_compatible_python_repo (rctx ):
313313 rctx .file ("BUILD.bazel" , _HOST_TOOLCHAIN_BUILD_CONTENT )
314314
315315 os_name = repo_utils .get_platforms_os_name (rctx )
@@ -380,7 +380,7 @@ def _host_toolchain_impl(rctx):
380380# NOTE: The term "toolchain" is a misnomer for this rule. This doesn't define
381381# a repo with toolchains or toolchain implementations.
382382host_compatible_python_repo = repository_rule (
383- _host_toolchain_impl ,
383+ _host_compatible_python_repo ,
384384 doc = """\
385385 Creates a repository with a shorter name meant to be used in the repository_ctx,
386386which needs to have `symlinks` for the interpreter. This is separate from the
You can’t perform that action at this time.
0 commit comments