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.""",
309
309
environ = [REPO_DEBUG_ENV_VAR ],
310
310
)
311
311
312
- def _host_toolchain_impl (rctx ):
312
+ def _host_compatible_python_repo (rctx ):
313
313
rctx .file ("BUILD.bazel" , _HOST_TOOLCHAIN_BUILD_CONTENT )
314
314
315
315
os_name = repo_utils .get_platforms_os_name (rctx )
@@ -380,7 +380,7 @@ def _host_toolchain_impl(rctx):
380
380
# NOTE: The term "toolchain" is a misnomer for this rule. This doesn't define
381
381
# a repo with toolchains or toolchain implementations.
382
382
host_compatible_python_repo = repository_rule (
383
- _host_toolchain_impl ,
383
+ _host_compatible_python_repo ,
384
384
doc = """\
385
385
Creates a repository with a shorter name meant to be used in the repository_ctx,
386
386
which needs to have `symlinks` for the interpreter. This is separate from the
You can’t perform that action at this time.
0 commit comments