Add time logging to build script

This commit is contained in:
alesapin 2019-09-17 22:26:24 +03:00
parent ab075290a1
commit f682cbc31d
2 changed files with 4 additions and 2 deletions

View File

@ -80,7 +80,9 @@ RUN apt-get --allow-unauthenticated update -y \
libcapnp-dev \
cmake \
gdb \
pigz
pigz \
moreutils
# Special dpkg-deb (https://github.com/ClickHouse-Extras/dpkg) version which is able

View File

@ -4,7 +4,7 @@ set -x -e
ccache --show-stats ||:
ccache --zero-stats ||:
build/release --no-pbuilder $ALIEN_PKGS
build/release --no-pbuilder $ALIEN_PKGS | ts '%Y-%m-%d %H:%M:%S'
mv /*.deb /output
mv *.changes /output
mv *.buildinfo /output