diff options
author | Daniel Gustafsson | 2025-04-08 13:28:29 +0000 |
---|---|---|
committer | Daniel Gustafsson | 2025-04-08 13:28:29 +0000 |
commit | 88edd661c881562869e8a02f135c897cdd55103f (patch) | |
tree | 92eb879ae1119a73e1e79c0b4eeaf83fe6043ead | |
parent | 91f1fe90c7d42641201bd2c474bd86d703b5e830 (diff) |
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 <[email protected]>
Reviewed-by: Daniel Gustafsson <[email protected]>
Discussion: https://postgr.es/m/CAN55FZ2LNnRrtL+cpSdEg44fQcLPq_GjJjfNa0vz+xqEdq=ZHw@mail.gmail.com
-rw-r--r-- | .cirrus.tasks.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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: | |