File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -12,11 +12,10 @@ trigger:
1212 - UPGRADING.INTERNALS
1313
1414jobs :
15- # We specify --with-mm here, because it cannot be used together with --enable-maintainer-zts.
1615 - template : azure/job.yml
1716 parameters :
1817 configurationName : DEBUG_NTS
19- configurationParameters : ' --enable-debug --disable-maintainer-zts --with-mm '
18+ configurationParameters : ' --enable-debug --disable-maintainer-zts'
2019 - template : azure/job.yml
2120 parameters :
2221 configurationName : RELEASE_ZTS
3736 - template : azure/job.yml
3837 parameters :
3938 configurationName : RELEASE_NTS
40- configurationParameters : ' --disable-debug --disable-maintainer-zts --with-mm '
39+ configurationParameters : ' --disable-debug --disable-maintainer-zts'
4140 - template : azure/i386/job.yml
4241 parameters :
4342 configurationName : I386_DEBUG_NTS
You can’t perform that action at this time.
0 commit comments