File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -12,10 +12,11 @@ trigger:
1212 - UPGRADING.INTERNALS
1313
1414jobs :
15+ # We specify --with-mm here, because it cannot be used together with --enable-maintainer-zts.
1516 - template : azure/job.yml
1617 parameters :
1718 configurationName : DEBUG_NTS
18- configurationParameters : ' --enable-debug --disable-zts'
19+ configurationParameters : ' --enable-debug --disable-zts --with-mm '
1920 - template : azure/job.yml
2021 parameters :
2122 configurationName : RELEASE_ZTS
3637 - template : azure/job.yml
3738 parameters :
3839 configurationName : RELEASE_NTS
39- configurationParameters : ' --disable-debug --disable-zts'
40+ configurationParameters : ' --disable-debug --disable-zts --with-mm '
4041 - template : azure/i386/job.yml
4142 parameters :
4243 configurationName : I386_DEBUG_NTS
Original file line number Diff line number Diff line change 3434 libldap2-dev \
3535 libsodium-dev \
3636 libargon2-0-dev \
37+ libmm-dev \
3738 postgresql \
3839 postgresql-contrib \
3940 llvm \
Original file line number Diff line number Diff line change @@ -464,7 +464,7 @@ PS_GC_FUNC(mm)
464464
465465 mm_unlock (data -> mm );
466466
467- return nrdels ;
467+ return * nrdels ;
468468}
469469
470470PS_CREATE_SID_FUNC (mm )
You can’t perform that action at this time.
0 commit comments