Skip to content

Commit

Permalink
feat: mnemonic + progress message for native-image
Browse files Browse the repository at this point in the history
  • Loading branch information
sgammon committed Aug 13, 2023
1 parent e55b5e4 commit b193872
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions graalvm/nativeimage/rules.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,8 @@ def _graal_binary_implementation(ctx):
outputs = [binary],
arguments = [args],
executable = graal,
mnemonic = "NativeImage",
progress_message = "Compiling %{label} with native-image",
env = env,
)

Expand Down

0 comments on commit b193872

Please sign in to comment.