Skip to content

Commit 9710063

Browse files
committed
Remove the deprecated name parameter from rule()
Signed-off-by: Dom Del Nano <ddelnano@gmail.com>
1 parent a95f031 commit 9710063

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

bazel/cc_toolchains/sysroots/images.bzl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,6 @@ def _sysroot_variant_image_factory(variant):
6565
return _image_from_sysroot_info(ctx, sysroot_toolchain.sysroot)
6666

6767
return rule(
68-
name = "sysroot_{variant}_image".format(variant = variant),
6968
implementation = _impl,
7069
attrs = dicts.add(_container.image.attrs, {
7170
"default_image": attr.label(mandatory = True, doc = "Default container_image to use if no sysroot toolchain is found"),

0 commit comments

Comments
 (0)