Use the same Windows image on both VS and MinGW tasks

Started by Nazir Bilal Yavuzover 2 years ago2 messageshackers
Jump to latest
#1Nazir Bilal Yavuz
byavuz81@gmail.com

Hi,

The VS and MinGW Windows images are merged on Andres' pg-vm-images
repository now [1]https://github.com/anarazel/pg-vm-images/commit/6747f676b97348d47f041b05aa9b36cde43c33fe. So, the old pg-ci-windows-ci-vs-2019 and
pg-ci-windows-ci-mingw64 images will not be updated from now on. This
new merged image (pg-ci-windows-ci) needs to be used on both VS and
MinGW tasks.
I attached a patch for using pg-ci-windows-ci Windows image on VS and
MinGW tasks.

CI run when pg-ci-windows-ci is used:
https://cirrus-ci.com/build/6063036847357952

[1]: https://github.com/anarazel/pg-vm-images/commit/6747f676b97348d47f041b05aa9b36cde43c33fe

Regards,
Nazir Bilal Yavuz
Microsoft

Attachments:

v1-0001-windows-Use-the-same-Windows-image-on-both-VS-and.patchtext/x-diff; charset=US-ASCII; name=v1-0001-windows-Use-the-same-Windows-image-on-both-VS-and.patchDownload+1-3
#2Andres Freund
andres@anarazel.de
In reply to: Nazir Bilal Yavuz (#1)
Re: Use the same Windows image on both VS and MinGW tasks

Hi,

On 2023-08-29 15:18:29 +0300, Nazir Bilal Yavuz wrote:

The VS and MinGW Windows images are merged on Andres' pg-vm-images
repository now [1]. So, the old pg-ci-windows-ci-vs-2019 and
pg-ci-windows-ci-mingw64 images will not be updated from now on. This
new merged image (pg-ci-windows-ci) needs to be used on both VS and
MinGW tasks.
I attached a patch for using pg-ci-windows-ci Windows image on VS and
MinGW tasks.

Thanks! Pushed to 15, 16 and master.

Greetings,

Andres Freund