From 88edd661c881562869e8a02f135c897cdd55103f Mon Sep 17 00:00:00 2001 From: Daniel Gustafsson Date: Tue, 8 Apr 2025 15:28:29 +0200 Subject: [PATCH] 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 Reviewed-by: Daniel Gustafsson Discussion: https://postgr.es/m/CAN55FZ2LNnRrtL+cpSdEg44fQcLPq_GjJjfNa0vz+xqEdq=ZHw@mail.gmail.com --- .cirrus.tasks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.cirrus.tasks.yml b/.cirrus.tasks.yml index 6f4f5c674a1..98f3455eb72 100644 --- a/.cirrus.tasks.yml +++ b/.cirrus.tasks.yml @@ -322,7 +322,7 @@ task: build EOF - build_script: su postgres -c 'ninja -C build -j${BUILD_JOBS}' + build_script: su postgres -c 'ninja -C build -j${BUILD_JOBS} ${MBUILD_TARGET}' upload_caches: ccache test_world_script: |