Merge branch 'stable-2.14' into stable-2.15
* stable-2.14: Bazel: Silent zip output in gerrit-antlr:query_antlr rule Change-Id: I418e46443fc3c98fbc9fac5a49fb9d10a9524306
This commit is contained in:
commit
e277b1554f
@ -19,7 +19,7 @@ genrule2(
|
||||
cmd = " && ".join([
|
||||
"$(location //lib/antlr:antlr-tool) -o $$TMP $<",
|
||||
"cd $$TMP",
|
||||
"zip $$ROOT/$@ $$(find . -type f )",
|
||||
"zip -q $$ROOT/$@ $$(find . -type f )",
|
||||
]),
|
||||
tools = [
|
||||
"//lib/antlr:antlr-tool",
|
||||
|
Loading…
Reference in New Issue
Block a user