Skip to content

Commit

Permalink
rm local in rules/sha
Browse files Browse the repository at this point in the history
  • Loading branch information
sluongng committed Aug 6, 2024
1 parent 702f243 commit 23050f9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion rules/sha/index.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,5 @@ def sha(name, srcs, **kwargs):
}
find $(SRCS) -type f | sort | xargs shasum | normalize_config_paths | shasum | awk '{ print $$1 }' > $@
""",
# local = 1,
**kwargs
)

0 comments on commit 23050f9

Please sign in to comment.