qemu-devel
[Top][All Lists]
Advanced

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

[PATCH] cirrus.yml: Avoid base-devel group to speed up the build


From: Thomas Huth
Subject: [PATCH] cirrus.yml: Avoid base-devel group to speed up the build
Date: Thu, 1 Oct 2020 13:49:19 +0200

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 via email to

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