]> git.ipfire.org Git - thirdparty/qemu.git/commit - .travis.yml
.travis.yml: pre-seed sub-modules for speed
authorAlex Bennée <alex.bennee@linaro.org>
Wed, 24 Sep 2014 10:13:55 +0000 (11:13 +0100)
committerMichael Tokarev <mjt@tls.msk.ru>
Fri, 26 Sep 2014 17:04:45 +0000 (21:04 +0400)
commitcb021cfee772c916bf73f43010c6c299c3d91800
tree3e3467050cfae30985e2b3a2cbc1e549c8dcb37b
parenteebf29401abebbe8dba3e8fa8764c05fe4e6c1f1
.travis.yml: pre-seed sub-modules for speed

A significant portion of the build time is spent initialising all the
sub-modules we use in the source tree. Often this is almost as long as
the build itself. By pre-seeding the .git/modules tree this will
hopefully improve things.

Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Alexander Graf <agraf@suse.de>
Reviewed-by: Brian Jackson <iggy@theiggy.com>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
.travis.yml