[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH v2 3/4] .travis.yml: pre-seed sub-modules for sp
From: |
Brian Jackson |
Subject: |
Re: [Qemu-devel] [PATCH v2 3/4] .travis.yml: pre-seed sub-modules for speed |
Date: |
Wed, 24 Sep 2014 10:11:55 -0500 |
User-agent: |
KMail/4.14.1 (Linux/3.16-2-amd64; KDE/4.14.1; x86_64; ; ) |
On Wednesday, September 24, 2014 11:13:55 AM Alex Bennée wrote:
> 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>
> Reviewed-by: Alexander Graf <address@hidden>
Reviewed-by: Brian Jackson <address@hidden>
>
> ---
> v2
> - use wget -O - | tar as suggested by agraf
>
> diff --git a/.travis.yml b/.travis.yml
> index f113339..b9025be 100644
> --- a/.travis.yml
> +++ b/.travis.yml
> @@ -37,7 +37,11 @@ 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 -O -
> http://people.linaro.org/~alex.bennee/qemu-submodule-git-seed.tar.xz | tar
> -xvJ - git submodule update --init --recursive
> - sudo apt-get update -qq
> - sudo apt-get install -qq ${CORE_PKGS} ${NET_PKGS} ${GUI_PKGS}
> ${EXTRA_PKGS}
- [Qemu-devel] [PATCH v2 0/4] A number of Travis CI tweaks, Alex Bennée, 2014/09/24
- [Qemu-devel] [PATCH v2 2/4] .travis.yml: make the make slightly more parallel, Alex Bennée, 2014/09/24
- [Qemu-devel] [PATCH v2 4/4] .travis.yml: remove "make check" from main matrix, Alex Bennée, 2014/09/24
- [Qemu-devel] [PATCH v2 1/4] .travis.yml: add more linux-user to the build matrix, Alex Bennée, 2014/09/24
- [Qemu-devel] [PATCH v2 3/4] .travis.yml: pre-seed sub-modules for speed, Alex Bennée, 2014/09/24
- Re: [Qemu-devel] [PATCH v2 3/4] .travis.yml: pre-seed sub-modules for speed,
Brian Jackson <=
- Re: [Qemu-devel] [Qemu-trivial] [PATCH v2 0/4] A number of Travis CI tweaks, Michael Tokarev, 2014/09/26