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 5613047 commit 7ff4375Copy full SHA for 7ff4375
bazel/cc_toolchains/sysroots/images.bzl
@@ -65,6 +65,7 @@ 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