Skip to content

Commit 5c336a1

Browse files
committed
chore: stop exposing host platform in the toolchain aliases defs
1 parent 1b2714e commit 5c336a1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

python/private/toolchains_repo.bzl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,6 @@ load(
181181
)
182182
load("{rules_python}//python:pip.bzl", _compile_pip_requirements = "compile_pip_requirements")
183183
184-
host_platform = "{host_platform}"
185184
interpreter = "@{py_repository}_{host_platform}//:{python3_binary_path}"
186185
187186
def py_binary(name, **kwargs):

0 commit comments

Comments
 (0)