pgsql: ci: Test Windows + Mkvcbuild.pm in REL_16_STABLE.

From: Thomas Munro <tmunro(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: ci: Test Windows + Mkvcbuild.pm in REL_16_STABLE.
Date: 2025-12-29 03:00:12
Message-ID: E1va3UR-003FJ4-0h@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

ci: Test Windows + Mkvcbuild.pm in REL_16_STABLE.

* REL_15_STABLE introduced CI and tested Windows with Mkvcbuild.pm.
* REL_16_STABLE introduced Meson and switched Windows CI to that.
* REL_17_STABLE dropped Mkvcbuild.pm.

That left a blind spot when testing Makefile changes back-patched into
16. Mkvcbuild.pm scrapes Makefiles and might break, so it's useful to
be able to check that before hitting "hamerkop" in the build farm.

Copy REL_15_STABLE's Windows task into REL_16_STABLE as a separate task,
with a few small adjustments to match later task definition style.

Discussion: https://postgr.es/m/CA%2BhUKG%2B-d0OyLMdMiZ%2BFtj2hhZXT%2B0HOyHfrPBecE_vZzh9rRg%40mail.gmail.com

Branch
------
REL_16_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/4b9ce1ef609ba5a5eabc41a82d1a3e3710fc663f

Modified Files
--------------
.cirrus.tasks.yml | 111 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 111 insertions(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Thomas Munro 2025-12-29 09:15:57 Re: pgsql: Track LLVM 15 changes.
Previous Message Thomas Munro 2025-12-29 02:51:10 pgsql: Fix Mkvcbuild.pm builds of test_cloexec.c.