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

From: Andres Freund <andres(at)anarazel(dot)de>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: ci: windows: Use the same image for VS and MinGW tasks
Date: 2024-06-04 02:42:35
Message-ID: E1sEK8B-002tbY-OU@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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

The VS and MinGW Windows images have been merged, to reduce the space needed
for images. Before 98811323c8e the split helped boot performance, but now that
we are using VMs that doesn't appear to be the case anymore.

Author: Nazir Bilal Yavuz <byavuz81(at)gmail(dot)com>
Discussion: https://postgr.es/m/CAN55FZ2kWYjPd7uUC5QswrB3tfVJDiURqC%2BMGM6a3oeev%3DVgOA%40mail.gmail.com
Backpatch: 15-, where CI was added

Branch
------
REL_15_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/6b52e2298d8529eab777eaca339da3b04c862f9c

Modified Files
--------------
.cirrus.tasks.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Dean Rasheed 2024-06-04 08:34:10 pgsql: Fix another couple of outdated comments for MERGE RETURNING.
Previous Message Michael Paquier 2024-06-03 22:16:56 pgsql: Improve assertion in mdwritev()