Skip to content

Commit 1335f00

Browse files
authored
add mnemonic to modules_mapping
1 parent 89c8f20 commit 1335f00

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

gazelle/modules_mapping/def.bzl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ def _modules_mapping_impl(ctx):
4343

4444
ctx.actions.run(
4545
inputs = [whl],
46+
mnemonic = "ModulesMapping",
4647
outputs = [wheel_modules_mapping],
4748
executable = ctx.executable._generator,
4849
arguments = [args],

0 commit comments

Comments
 (0)