Skip to content

Commit 7ff4375

Browse files
committed
Remove unnecessary change
Signed-off-by: Dom Del Nano <ddelnano@gmail.com>
1 parent 5613047 commit 7ff4375

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bazel/cc_toolchains/sysroots/images.bzl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ 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),
6869
implementation = _impl,
6970
attrs = dicts.add(_container.image.attrs, {
7071
"default_image": attr.label(mandatory = True, doc = "Default container_image to use if no sysroot toolchain is found"),

0 commit comments

Comments
 (0)