pgsql: ci: Add MBUILD_TARGET for NetBSD and OpenBSD

From: Daniel Gustafsson <dgustafsson(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: ci: Add MBUILD_TARGET for NetBSD and OpenBSD
Date: 2025-04-08 13:36:25
Message-ID: E1u297p-003IXe-2y@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

ci: Add MBUILD_TARGET for NetBSD and OpenBSD

Commit b2bdb972c0 added MBUILD_TARGET to ensure that meson builds
the tests before running them, this adds MBUILD_TARGET to OpenBSD
and NetBSD builds as well where it was missing.

No backpatching since OpenBSD and NetBSD support does not exist
in the backbranch CI.

Author: Nazir Bilal Yavuz <byavuz81(at)gmail(dot)com>
Reviewed-by: Daniel Gustafsson <daniel(at)yesql(dot)se>
Discussion: https://postgr.es/m/CAN55FZ2LNnRrtL+cpSdEg44fQcLPq_GjJjfNa0vz+xqEdq=ZHw@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/88edd661c881562869e8a02f135c897cdd55103f

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

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2025-04-08 13:36:47 Re: pgsql: Fix PG 17 [NOT] NULL optimization bug for domains
Previous Message Daniel Gustafsson 2025-04-08 11:40:04 Re: pgsql: Add support for basic NUMA awareness