mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 13:33:24 +00:00
minor: Avoid verbose tar output.
It isn't much helpful and clutters the logs.
This commit is contained in:
@@ -7,7 +7,7 @@ PGROONGA_VERSION="2.2.3"
|
|||||||
cd "$(mktemp -d)"
|
cd "$(mktemp -d)"
|
||||||
|
|
||||||
wget https://packages.groonga.org/source/pgroonga/pgroonga-"$PGROONGA_VERSION".tar.gz
|
wget https://packages.groonga.org/source/pgroonga/pgroonga-"$PGROONGA_VERSION".tar.gz
|
||||||
tar xvf pgroonga-"$PGROONGA_VERSION".tar.gz
|
tar xf pgroonga-"$PGROONGA_VERSION".tar.gz
|
||||||
cd pgroonga-"$PGROONGA_VERSION"
|
cd pgroonga-"$PGROONGA_VERSION"
|
||||||
|
|
||||||
make HAVE_MSGPACK=1
|
make HAVE_MSGPACK=1
|
||||||
|
|||||||
Reference in New Issue
Block a user