qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2] ci: Upgrade msys2 release to 20220603
@ 2022-07-28 20:04 Yonggang Luo
  2022-07-29  1:57 ` 罗勇刚(Yonggang Luo)
                   ` (3 more replies)
  0 siblings, 4 replies; 10+ messages in thread
From: Yonggang Luo @ 2022-07-28 20:04 UTC (permalink / raw)
  To: qemu-devel
  Cc: Yonggang Luo, Thomas Huth, qemu-trivial,
	Wainer dos Santos Moschetta, Philippe Mathieu-Daudé,
	Alex Bennée, Beraldo Leal

Signed-off-by: Yonggang Luo <luoyonggang@gmail.com>
---
 .cirrus.yml              | 2 +-
 .gitlab-ci.d/windows.yml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.cirrus.yml b/.cirrus.yml
index 20843a420c..4ffef6105b 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -12,7 +12,7 @@ windows_msys2_task:
     CIRRUS_SHELL: powershell
     MSYS: winsymlinks:nativestrict
     MSYSTEM: MINGW64
-    MSYS2_URL: https://github.com/msys2/msys2-installer/releases/download/2022-05-03/msys2-base-x86_64-20220503.sfx.exe
+    MSYS2_URL: https://github.com/msys2/msys2-installer/releases/download/2022-06-03/msys2-base-x86_64-20220603.sfx.exe
     MSYS2_FINGERPRINT: 0
     MSYS2_PACKAGES: "
       diffutils git grep make pkg-config sed
diff --git a/.gitlab-ci.d/windows.yml b/.gitlab-ci.d/windows.yml
index 1b2ede49e1..da80fabe2c 100644
--- a/.gitlab-ci.d/windows.yml
+++ b/.gitlab-ci.d/windows.yml
@@ -17,7 +17,7 @@
     }
   - If ( !(Test-Path -Path msys64\var\cache\msys2.exe ) ) {
       Invoke-WebRequest
-      "https://github.com/msys2/msys2-installer/releases/download/2022-05-03/msys2-base-x86_64-20220503.sfx.exe"
+      "https://github.com/msys2/msys2-installer/releases/download/2022-06-03/msys2-base-x86_64-20220603.sfx.exe"
       -outfile "msys64\var\cache\msys2.exe"
     }
   - msys64\var\cache\msys2.exe -y
-- 
2.36.1.windows.1



^ permalink raw reply related	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2022-08-23 11:26 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-07-28 20:04 [PATCH v2] ci: Upgrade msys2 release to 20220603 Yonggang Luo
2022-07-29  1:57 ` 罗勇刚(Yonggang Luo)
2022-07-29  2:08 ` Bin Meng
2022-07-29 13:30 ` Alex Bennée
2022-07-29 19:24 ` Richard Henderson
2022-08-16 18:53   ` 罗勇刚(Yonggang Luo)
2022-08-19  7:50     ` Thomas Huth
2022-08-22 10:02       ` Daniel P. Berrangé
2022-08-22 14:39         ` 罗勇刚(Yonggang Luo)
2022-08-23 11:24           ` 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).