Hi, meson version is upgraded 1.7.0 in NetBSD and that causes ecpg tests to fail with [1]:
'Could not open file /home/postgres/postgres/build/src/interfaces/ecpg/test/compat_informix/dec_test.c for reading' This is already fixed on b2bdb972c0, attached patch just adds $MBUILD_TARGET to the NetBSD and OpenBSD CI tasks. [1] https://cirrus-ci.com/task/5126123371102208?logs=test_world#L144 -- Regards, Nazir Bilal Yavuz Microsoft
From 0a265615e7bd9d6da2cbf1d7edfbe68a8bdf39f1 Mon Sep 17 00:00:00 2001 From: Nazir Bilal Yavuz <byavu...@gmail.com> Date: Tue, 8 Apr 2025 14:21:42 +0300 Subject: [PATCH] ci: Add MBUILD_TARGET to OpenBSD/NetBSD meson builds Otherwise, these tasks don't build test dependencies. --- .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: | -- 2.49.0