Skip to content

Commit eebaf6d

Browse files
committed
Don't limit the toolchain to root, since it's done from the rules_helm module itself
1 parent 77a15fa commit eebaf6d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

helm/extensions.bzl

-2
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,6 @@ exports_files(glob(["**"]))
2626

2727
def _helm_impl(ctx):
2828
for module in ctx.modules:
29-
if not module.is_root:
30-
continue
3129
if module.is_root and len(module.tags.options) > 0:
3230
# TODO Use deprecation tag when available: https://github.com/bazelbuild/bazel/issues/24843
3331
print("helm.options() is deprecated. Use helm.toolchain() instead.") # buildifier: disable=print

0 commit comments

Comments
 (0)