qemu-devel
[Top][All Lists]
Advanced

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

[PATCH] cirrus.yml: Replace the hard-coded python-sphinx version with th


From: Thomas Huth
Subject: [PATCH] cirrus.yml: Replace the hard-coded python-sphinx version with the generic one
Date: Mon, 11 Jan 2021 11:34:10 +0100

The mingw-w64-x86_64-python-sphinx-2.3.1 package has been removed from
the server, so the windows_msys2_task is currently failing. Replace the
old version with the current generic one to fix the issue (the current
version seems to work fine now, too).

Signed-off-by: Thomas Huth <thuth@redhat.com>
---
 Successful run (with sphinx building the docs) can be seen here:
 https://cirrus-ci.com/task/6568987054047232

 .cirrus.yml | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/.cirrus.yml b/.cirrus.yml
index 3907e036da..886addedd3 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -117,12 +117,8 @@ windows_msys2_task:
           mingw-w64-x86_64-curl \
           mingw-w64-x86_64-gnutls \
           mingw-w64-x86_64-libnfs \
+          mingw-w64-x86_64-python-sphinx
           "
-        bitsadmin /transfer msys_download /dynamic /download /priority 
FOREGROUND `
-          
https://repo.msys2.org/mingw/x86_64/mingw-w64-x86_64-python-sphinx-2.3.1-1-any.pkg.tar.xz
 `
-          C:\tools\mingw-w64-x86_64-python-sphinx-2.3.1-1-any.pkg.tar.xz
-        C:\tools\msys64\usr\bin\bash.exe -lc "pacman --noconfirm -U 
/c/tools/mingw-w64-x86_64-python-sphinx-2.3.1-1-any.pkg.tar.xz"
-        del C:\tools\mingw-w64-x86_64-python-sphinx-2.3.1-1-any.pkg.tar.xz
         C:\tools\msys64\usr\bin\bash.exe -lc "rm -rf /var/cache/pacman/pkg/*"
         cd C:\tools\msys64
         echo "Start archive"
-- 
2.27.0




reply via email to

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