Skip to content

Commit

Permalink
Add progress message to builtins_bzl_zip target
Browse files Browse the repository at this point in the history
This is just a small quality of life improvement.

This is originally from PR #16806; it was split off to make submitting the
main change of that PR easier.

PiperOrigin-RevId: 500222350
Change-Id: I274f527340086a131d81f11a123bde240c87d34c
  • Loading branch information
fahhem authored and hvadehra committed Feb 14, 2023
1 parent 4a8cd57 commit 7e74bc9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/starlark/builtins_bzl/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ genrule(
cmd = "$(location //src:zip_builtins)" +
" ''" + # system zip
" $@ src/main/starlark/builtins_bzl $(SRCS)",
message = "Building builtins_bzl.zip",
output_to_bindir = 1,
tools = ["//src:zip_builtins"],
visibility = [
Expand Down

0 comments on commit 7e74bc9

Please sign in to comment.