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.
1 parent f14d91b commit 66e8896Copy full SHA for 66e8896
python/private/toolchains_repo.bzl
@@ -151,6 +151,8 @@ toolchain_aliases(
151
rctx.file("defs.bzl", content = """\
152
# Generated by python/private/toolchains_repo.bzl
153
154
+# NOTE @aignas 2025-01-21: we have deprecated these in favour of just using
155
+# `py_binary`. So users of these should also migrate.
156
load(
157
"{rules_python}//python/config_settings:transition.bzl",
158
_py_binary = "py_binary",
0 commit comments