We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
defs.bzl
resolved_interpreter_os_alias
1 parent 1b59002 commit 6c20dcdCopy full SHA for 6c20dcd
python/private/toolchains_repo.bzl
@@ -87,6 +87,7 @@ def _resolved_interpreter_os_alias_impl(rctx):
87
build_contents = """\
88
# Generated by python/repositories.bzl
89
package(default_visibility = ["//visibility:public"])
90
+exports_files(["defs.bzl"])
91
alias(name = "files", actual = "@{py_repository}_{host_platform}//:files")
92
alias(name = "py3_runtime", actual = "@{py_repository}_{host_platform}//:py3_runtime")
93
alias(name = "python_runtimes", actual = "@{py_repository}_{host_platform}//:python_runtimes")
0 commit comments