Use fast compression in test deb builds
authorBrenden Blanco <bblanco@gmail.com>
Thu, 9 Feb 2017 22:58:33 +0000 (14:58 -0800)
committerBrenden Blanco <bblanco@gmail.com>
Thu, 9 Feb 2017 22:58:33 +0000 (14:58 -0800)
commit7a4627628876b6b2b31e16cece6ea3b9dac34cc8
tree4ec14aea830aad15c5a582b68208bac8d095043e
parent74155c5b73235665a8e666ba0284c0acc887ef49
Use fast compression in test deb builds

Builds on GCE/ubuntu image were taking a long time due to combination of
disk speed/single core, and the default dpkg-deb compression level
(-z9). The dpkg-deb alone step was taking up to 5 minutes. Reduce to ~1
minute by forcing -z1. Unfortunately, it was not obvious how to capture
the option in debuild command, so this is a bit hacky.

Signed-off-by: Brenden Blanco <bblanco@gmail.com>
scripts/build-deb.sh