Skip to content

Commit 1fc6b6b

Browse files
EdSchoutenjbedard
authored andcommitted
Stop using incompatible_use_toolchain_transition
As documented at https://bazel.build/rules/lib/globals/bzl.html#rule: incompatible_use_toolchain_transition bool; default is False Deprecated, this is no longer in use and should be removed. According to bazelbuild/bazel#14049, this feature was enabled by default back in 2021.
1 parent 240d31a commit 1fc6b6b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

nodejs/private/nodejs_toolchains_repo.bzl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,6 @@ def _resolved_toolchain_impl(ctx):
8383
resolved_toolchain = rule(
8484
implementation = _resolved_toolchain_impl,
8585
toolchains = ["@rules_nodejs//nodejs:toolchain_type"],
86-
incompatible_use_toolchain_transition = True,
8786
)
8887
"""
8988
repository_ctx.file("defs.bzl", starlark_content)

0 commit comments

Comments
 (0)