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 9cdb4f3 commit f9f6de7Copy full SHA for f9f6de7
python/private/toolchains_repo.bzl
@@ -48,7 +48,7 @@ def _toolchains_repo_impl(rctx):
48
# for executing build actions.
49
toolchain(
50
name = "{platform}_toolchain",
51
- exec_compatible_with = {compatible_with},
+ target_compatible_with = {compatible_with},
52
toolchain = "@{user_repository_name}_{platform}//:python_runtimes",
53
toolchain_type = "@bazel_tools//tools/python:toolchain_type",
54
)
0 commit comments