Thread
Commits
-
ci: windows: Use the same image for VS and MinGW tasks
- 6b52e2298d85 15.8 landed
- 3a2cc5a5b99a 16.4 landed
- 83fc61ccfaf3 17.0 landed
-
Use the same Windows image on both VS and MinGW tasks
Nazir Bilal Yavuz <byavuz81@gmail.com> — 2023-08-29T12:18:29Z
Hi, 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. 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
-
Re: Use the same Windows image on both VS and MinGW tasks
Andres Freund <andres@anarazel.de> — 2024-06-04T02:44:04Z
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