We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ee188e commit a602a7aCopy full SHA for a602a7a
1 file changed
buf/internal/plugin.bzl
@@ -53,7 +53,7 @@ def protoc_plugin_test(ctx, proto_infos, protoc, plugin, config, files_to_includ
53
args.add_joined(["--buf-plugin_out", "."], join_with = "=")
54
args.add_all(sources)
55
56
- args_file = ctx.actions.declare_file("args")
+ args_file = ctx.actions.declare_file("{}-args".format(ctx.label.name))
57
ctx.actions.write(
58
output = args_file,
59
content = args,
0 commit comments