Skip to content

Commit 4e86d96

Browse files
authored
Added progress message to cargo_build_script (#985)
1 parent 82b650d commit 4e86d96

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cargo/cargo_build_script.bzl

+1
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,7 @@ def _build_script_impl(ctx):
169169
tools = tools,
170170
inputs = build_script_inputs,
171171
mnemonic = "CargoBuildScriptRun",
172+
progress_message = "Running Cargo build script {}".format(pkg_name),
172173
env = env,
173174
)
174175

0 commit comments

Comments
 (0)