Skip to content

Commit

Permalink
fix: Add mnemonic to JsImageLayer (#1520)
Browse files Browse the repository at this point in the history
This makes it possible to apply modify_execution_info
  • Loading branch information
ewianda authored Mar 13, 2024
1 parent b6269ed commit d911edc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions js/private/js_image_layer.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,7 @@ def _build_layer(ctx, type, entries, inputs):
arguments = [args],
executable = ctx.executable._builder,
progress_message = "JsImageLayer %{label}",
mnemonic = "JsImageLayer",
env = {
"BAZEL_BINDIR": ".",
},
Expand Down

0 comments on commit d911edc

Please sign in to comment.