Skip to content

Commit 88edd66

Browse files
ci: Add MBUILD_TARGET for NetBSD and OpenBSD
Commit b2bdb97 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@gmail.com> Reviewed-by: Daniel Gustafsson <daniel@yesql.se> Discussion: https://postgr.es/m/CAN55FZ2LNnRrtL+cpSdEg44fQcLPq_GjJjfNa0vz+xqEdq=ZHw@mail.gmail.com
1 parent 91f1fe9 commit 88edd66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.cirrus.tasks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@ task:
322322
build
323323
EOF
324324
325-
build_script: su postgres -c 'ninja -C build -j${BUILD_JOBS}'
325+
build_script: su postgres -c 'ninja -C build -j${BUILD_JOBS} ${MBUILD_TARGET}'
326326
upload_caches: ccache
327327

328328
test_world_script: |

0 commit comments

Comments
 (0)