File tree Expand file tree Collapse file tree 1 file changed +12
-2
lines changed Expand file tree Collapse file tree 1 file changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -528,8 +528,17 @@ task:
528
528
build-32
529
529
EOF
530
530
531
- build_script : su postgres -c 'ninja -C build -j${BUILD_JOBS} ${MBUILD_TARGET}'
532
- build_32_script : su postgres -c 'ninja -C build-32 -j${BUILD_JOBS} ${MBUILD_TARGET}'
531
+ build_script : |
532
+ su postgres <<-EOF
533
+ ninja -C build -j${BUILD_JOBS} ${MBUILD_TARGET}
534
+ ninja -C build -t missingdeps
535
+ EOF
536
+
537
+ build_32_script : |
538
+ su postgres <<-EOF
539
+ ninja -C build-32 -j${BUILD_JOBS} ${MBUILD_TARGET}
540
+ ninja -C build -t missingdeps
541
+ EOF
533
542
534
543
upload_caches : ccache
535
544
@@ -729,6 +738,7 @@ task:
729
738
build_script : |
730
739
vcvarsall x64
731
740
ninja -C build %MBUILD_TARGET%
741
+ ninja -C build -t missingdeps
732
742
733
743
check_world_script : |
734
744
vcvarsall x64
You can’t perform that action at this time.
0 commit comments