qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 3/4] .travis.yml: pre-seed sub-modules for speed


From: Alex Bennée
Subject: [Qemu-devel] [PATCH 3/4] .travis.yml: pre-seed sub-modules for speed
Date: Mon, 15 Sep 2014 17:48:10 +0100

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 <address@hidden>

diff --git a/.travis.yml b/.travis.yml
index f113339..8df02a4 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -37,7 +37,12 @@ env:
     - TARGETS=unicore32-softmmu,unicore32-linux-user
     # Group remaining softmmu only targets into one build
     - 
TARGETS=lm32-softmmu,moxie-softmmu,tricore-softmmu,xtensa-softmmu,xtensaeb-softmmu
+git:
+  # we want to do this ourselves
+  submodules: false
 before_install:
+  - wget http://people.linaro.org/~alex.bennee/qemu-submodule-git-seed.tar.xz
+  - tar -xvf qemu-submodule-git-seed.tar.xz
   - git submodule update --init --recursive
   - sudo apt-get update -qq
   - sudo apt-get install -qq ${CORE_PKGS} ${NET_PKGS} ${GUI_PKGS} ${EXTRA_PKGS}
-- 
1.9.1




reply via email to

[Prev in Thread] Current Thread [Next in Thread]