We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a95f031 commit 9710063Copy full SHA for 9710063
bazel/cc_toolchains/sysroots/images.bzl
@@ -65,7 +65,6 @@ def _sysroot_variant_image_factory(variant):
65
return _image_from_sysroot_info(ctx, sysroot_toolchain.sysroot)
66
67
return rule(
68
- name = "sysroot_{variant}_image".format(variant = variant),
69
implementation = _impl,
70
attrs = dicts.add(_container.image.attrs, {
71
"default_image": attr.label(mandatory = True, doc = "Default container_image to use if no sysroot toolchain is found"),
0 commit comments