diff options
-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: | |