Thread

Commits

  1. ci: windows: Use the same image for VS and MinGW tasks

  1. 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
    
  2. 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