Skip to content

Commit

Permalink
buildifier
Browse files Browse the repository at this point in the history
  • Loading branch information
apesternikov committed Nov 28, 2022
1 parent 856c872 commit 7eb5861
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion skylib/push.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ def _impl(ctx):
mnemonic = "CopyFile",
progress_message = "Copying files",
use_default_shell_env = True,
execution_requirements = {"no-remote": "1", "no-cache": "1"}, # It is is more efficient to locally copy file (which may come from the cache) rather than talk to remote cache. See https://github.com/aspect-build/bazel-lib/blob/e9b66b5e0a11946853c20ad4781abc077ba2a9fe/lib/private/copy_common.bzl#L4 for the
execution_requirements = {"no-remote": "1", "no-cache": "1"}, # It is is more efficient to locally copy file (which may come from the cache) rather than talk to remote cache. See https://github.com/aspect-build/bazel-lib/blob/e9b66b5e0a11946853c20ad4781abc077ba2a9fe/lib/private/copy_common.bzl#L4 for the
)

return [
Expand Down

0 comments on commit 7eb5861

Please sign in to comment.