qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Thomas Huth <thuth@redhat.com>
To: qemu-devel@nongnu.org
Cc: "Stefan Weil" <sw@weilnetz.de>, 罗勇刚 <luoyonggang@gmail.com>,
	"Alex Bennée" <alex.bennee@linaro.org>,
	"Philippe Mathieu-Daudé" <philmd@redhat.com>
Subject: [PATCH] cirrus.yml: Avoid base-devel group to speed up the build
Date: Thu,  1 Oct 2020 13:49:19 +0200	[thread overview]
Message-ID: <20201001114919.159268-1-thuth@redhat.com> (raw)

The base-devel group pulls in a lot of stuff like various automake
versions that we do not really need for building QEMU. Let's directly
specify our requirements instead, then the job has to download way
less files and finishes more quickly (at least 5 minutes for me).

Signed-off-by: Thomas Huth <thuth@redhat.com>
---
 .cirrus.yml | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/.cirrus.yml b/.cirrus.yml
index d58782ce67..9f7d2c0a78 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -70,8 +70,7 @@ windows_msys2_task:
     - taskkill /F /IM gpg-agent.exe
     - C:\tools\msys64\usr\bin\bash.exe -lc "pacman --noconfirm -Su"
     - C:\tools\msys64\usr\bin\bash.exe -lc "pacman --noconfirm -S --needed
-        base-devel
-        git
+        diffutils git grep make pkg-config sed
         mingw-w64-x86_64-python
         mingw-w64-x86_64-python-setuptools
         mingw-w64-x86_64-toolchain
@@ -81,7 +80,6 @@ windows_msys2_task:
         mingw-w64-x86_64-gtk3
         mingw-w64-x86_64-glib2
         mingw-w64-x86_64-ninja
-        mingw-w64-x86_64-make
         mingw-w64-x86_64-lzo2
         mingw-w64-x86_64-zstd
         mingw-w64-x86_64-libjpeg-turbo
-- 
2.18.2



                 reply	other threads:[~2020-10-01 11:51 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20201001114919.159268-1-thuth@redhat.com \
    --to=thuth@redhat.com \
    --cc=alex.bennee@linaro.org \
    --cc=luoyonggang@gmail.com \
    --cc=philmd@redhat.com \
    --cc=qemu-devel@nongnu.org \
    --cc=sw@weilnetz.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).