qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] cirrus.yml: Avoid base-devel group to speed up the build
@ 2020-10-01 11:49 Thomas Huth
  0 siblings, 0 replies; only message in thread
From: Thomas Huth @ 2020-10-01 11:49 UTC (permalink / raw)
  To: qemu-devel
  Cc: Stefan Weil, 罗勇刚, Alex Bennée,
	Philippe Mathieu-Daudé

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



^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2020-10-01 11:51 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-10-01 11:49 [PATCH] cirrus.yml: Avoid base-devel group to speed up the build Thomas Huth

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).