qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] Upgrade mingw base packages
@ 2022-05-03 20:05 Yonggang Luo
  2022-05-03 20:05 ` [PATCH 1/2] cirrus/win32: upgrade " Yonggang Luo
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Yonggang Luo @ 2022-05-03 20:05 UTC (permalink / raw)
  To: qemu-devel
  Cc: Alex Bennée, Wainer dos Santos Moschetta, Thomas Huth,
	qemu-trivial, Yonggang Luo, Beraldo Leal,
	Philippe Mathieu-Daudé

v1. upgrade both cirrus and gitlab-ci to the newest mingw base release

Yonggang Luo (2):
  cirrus/win32: upgrade mingw base packages
  gitlab-ci: Upgrade mingw base package.

 .cirrus.yml              | 2 +-
 .gitlab-ci.d/windows.yml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

-- 
2.36.0.windows.1



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

* [PATCH 1/2] cirrus/win32: upgrade mingw base packages
  2022-05-03 20:05 [PATCH 0/2] Upgrade mingw base packages Yonggang Luo
@ 2022-05-03 20:05 ` Yonggang Luo
  2022-05-03 20:05 ` [PATCH 2/2] gitlab-ci: Upgrade mingw base package Yonggang Luo
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 6+ messages in thread
From: Yonggang Luo @ 2022-05-03 20:05 UTC (permalink / raw)
  To: qemu-devel
  Cc: Alex Bennée, Wainer dos Santos Moschetta, Thomas Huth,
	qemu-trivial, Yonggang Luo, Beraldo Leal,
	Philippe Mathieu-Daudé

Signed-off-by: Yonggang Luo <luoyonggang@gmail.com>
---
 .cirrus.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.cirrus.yml b/.cirrus.yml
index 7552d70974..20843a420c 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/2021-04-19/msys2-base-x86_64-20210419.sfx.exe
+    MSYS2_URL: https://github.com/msys2/msys2-installer/releases/download/2022-05-03/msys2-base-x86_64-20220503.sfx.exe
     MSYS2_FINGERPRINT: 0
     MSYS2_PACKAGES: "
       diffutils git grep make pkg-config sed
-- 
2.36.0.windows.1



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

* [PATCH 2/2] gitlab-ci: Upgrade mingw base package.
  2022-05-03 20:05 [PATCH 0/2] Upgrade mingw base packages Yonggang Luo
  2022-05-03 20:05 ` [PATCH 1/2] cirrus/win32: upgrade " Yonggang Luo
@ 2022-05-03 20:05 ` Yonggang Luo
  2022-05-04  7:41 ` [PATCH 0/2] Upgrade mingw base packages Marc-André Lureau
  2022-05-05  6:29 ` Thomas Huth
  3 siblings, 0 replies; 6+ messages in thread
From: Yonggang Luo @ 2022-05-03 20:05 UTC (permalink / raw)
  To: qemu-devel
  Cc: Alex Bennée, Wainer dos Santos Moschetta, Thomas Huth,
	qemu-trivial, Yonggang Luo, Beraldo Leal,
	Philippe Mathieu-Daudé

Signed-off-by: Yonggang Luo <luoyonggang@gmail.com>
---
 .gitlab-ci.d/windows.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.d/windows.yml b/.gitlab-ci.d/windows.yml
index 1df1630349..47f6073773 100644
--- a/.gitlab-ci.d/windows.yml
+++ b/.gitlab-ci.d/windows.yml
@@ -16,7 +16,7 @@
     }
   - If ( !(Test-Path -Path msys64\var\cache\msys2.exe ) ) {
       Invoke-WebRequest
-      "https://github.com/msys2/msys2-installer/releases/download/2021-07-25/msys2-base-x86_64-20210725.sfx.exe"
+      "https://github.com/msys2/msys2-installer/releases/download/2022-05-03/msys2-base-x86_64-20220503.sfx.exe"
       -outfile "msys64\var\cache\msys2.exe"
     }
   - msys64\var\cache\msys2.exe -y
-- 
2.36.0.windows.1



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

* Re: [PATCH 0/2] Upgrade mingw base packages
  2022-05-03 20:05 [PATCH 0/2] Upgrade mingw base packages Yonggang Luo
  2022-05-03 20:05 ` [PATCH 1/2] cirrus/win32: upgrade " Yonggang Luo
  2022-05-03 20:05 ` [PATCH 2/2] gitlab-ci: Upgrade mingw base package Yonggang Luo
@ 2022-05-04  7:41 ` Marc-André Lureau
  2022-05-05  6:29 ` Thomas Huth
  3 siblings, 0 replies; 6+ messages in thread
From: Marc-André Lureau @ 2022-05-04  7:41 UTC (permalink / raw)
  To: Yonggang Luo
  Cc: QEMU, Alex Bennée, Wainer dos Santos Moschetta, Thomas Huth,
	qemu trival, Beraldo Leal, Philippe Mathieu-Daudé

[-- Attachment #1: Type: text/plain, Size: 563 bytes --]

Hi

On Wed, May 4, 2022 at 1:19 AM Yonggang Luo <luoyonggang@gmail.com> wrote:

> v1. upgrade both cirrus and gitlab-ci to the newest mingw base release
>
> Yonggang Luo (2):
>   cirrus/win32: upgrade mingw base packages
>   gitlab-ci: Upgrade mingw base package.
>

lgtm,
Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com>

It would help though to have some rationale for the change. Unfortunately,
the installer news/changelog leaves a lot to be desired:
https://github.com/msys2/msys2-installer/releases.

-- 
Marc-André Lureau

[-- Attachment #2: Type: text/html, Size: 1096 bytes --]

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

* Re: [PATCH 0/2] Upgrade mingw base packages
  2022-05-03 20:05 [PATCH 0/2] Upgrade mingw base packages Yonggang Luo
                   ` (2 preceding siblings ...)
  2022-05-04  7:41 ` [PATCH 0/2] Upgrade mingw base packages Marc-André Lureau
@ 2022-05-05  6:29 ` Thomas Huth
  2022-05-05  9:19   ` Alex Bennée
  3 siblings, 1 reply; 6+ messages in thread
From: Thomas Huth @ 2022-05-05  6:29 UTC (permalink / raw)
  To: Yonggang Luo, qemu-devel
  Cc: Alex Bennée, Wainer dos Santos Moschetta, qemu-trivial,
	Beraldo Leal, Philippe Mathieu-Daudé

On 03/05/2022 22.05, Yonggang Luo wrote:
> v1. upgrade both cirrus and gitlab-ci to the newest mingw base release
> 
> Yonggang Luo (2):
>    cirrus/win32: upgrade mingw base packages
>    gitlab-ci: Upgrade mingw base package.
> 
>   .cirrus.yml              | 2 +-
>   .gitlab-ci.d/windows.yml | 2 +-
>   2 files changed, 2 insertions(+), 2 deletions(-)
> 

Tested-by: Thomas Huth <thuth@redhat.com>

I can take this through my next misc/testing pull request if nobody else 
wants to take it first.



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

* Re: [PATCH 0/2] Upgrade mingw base packages
  2022-05-05  6:29 ` Thomas Huth
@ 2022-05-05  9:19   ` Alex Bennée
  0 siblings, 0 replies; 6+ messages in thread
From: Alex Bennée @ 2022-05-05  9:19 UTC (permalink / raw)
  To: Thomas Huth
  Cc: Yonggang Luo, qemu-devel, Wainer dos Santos Moschetta,
	qemu-trivial, Beraldo Leal, Philippe Mathieu-Daudé


Thomas Huth <thuth@redhat.com> writes:

> On 03/05/2022 22.05, Yonggang Luo wrote:
>> v1. upgrade both cirrus and gitlab-ci to the newest mingw base release
>> Yonggang Luo (2):
>>    cirrus/win32: upgrade mingw base packages
>>    gitlab-ci: Upgrade mingw base package.
>>   .cirrus.yml              | 2 +-
>>   .gitlab-ci.d/windows.yml | 2 +-
>>   2 files changed, 2 insertions(+), 2 deletions(-)
>> 
>
> Tested-by: Thomas Huth <thuth@redhat.com>
>
> I can take this through my next misc/testing pull request if nobody
> else wants to take it first.

Go for it, I don't have any testing/next brewing at the moment.

-- 
Alex Bennée


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

end of thread, other threads:[~2022-05-05  9:39 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-05-03 20:05 [PATCH 0/2] Upgrade mingw base packages Yonggang Luo
2022-05-03 20:05 ` [PATCH 1/2] cirrus/win32: upgrade " Yonggang Luo
2022-05-03 20:05 ` [PATCH 2/2] gitlab-ci: Upgrade mingw base package Yonggang Luo
2022-05-04  7:41 ` [PATCH 0/2] Upgrade mingw base packages Marc-André Lureau
2022-05-05  6:29 ` Thomas Huth
2022-05-05  9:19   ` Alex Bennée

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