mirror of
https://github.com/postgres/postgres.git
synced 2025-04-17 02:23:15 +03:00
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@gmail.com> Reviewed-by: Daniel Gustafsson <daniel@yesql.se> Discussion: https://postgr.es/m/CAN55FZ2LNnRrtL+cpSdEg44fQcLPq_GjJjfNa0vz+xqEdq=ZHw@mail.gmail.com
This commit is contained in:
parent
91f1fe90c7
commit
88edd661c8
@ -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: |
|
||||
|
Loading…
x
Reference in New Issue
Block a user