Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion thrift/thrift.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def _thrift_library_impl(ctx):
rm -rf {out}_tmp
mkdir -p {out}_tmp
{jar} cMf {out}_tmp/tmp.jar $@
unzip -o {out}_tmp/tmp.jar -d {out}_tmp 2>/dev/null
unzip -q -o {out}_tmp/tmp.jar -d {out}_tmp 2>/dev/null
rm -rf {out}_tmp/tmp.jar
find {out}_tmp -exec touch -t 198001010000 {{}} \;
""" + jarcmd + """
Expand Down