We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8e0e89 commit 4070c1fCopy full SHA for 4070c1f
1 file changed
bazel/extract_zip.bzl
@@ -17,6 +17,7 @@ def _extract_zip_impl(ctx):
17
outputs = [out_dir],
18
executable = ctx.executable._zipper,
19
arguments = ["x", ctx.file.src.path, "-d", out_dir.path],
20
+ mnemonic = "ZipExtract",
21
)
22
return [DefaultInfo(
23
files = depset([out_dir]),
0 commit comments