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:
12
12
- UPGRADING.INTERNALS
13
13
14
14
jobs :
15
- # We specify --with-mm here, because it cannot be used together with --enable-maintainer-zts.
16
15
- template : azure/job.yml
17
16
parameters :
18
17
configurationName : DEBUG_NTS
19
- configurationParameters : ' --enable-debug --disable-maintainer-zts --with-mm '
18
+ configurationParameters : ' --enable-debug --disable-maintainer-zts'
20
19
- template : azure/job.yml
21
20
parameters :
22
21
configurationName : RELEASE_ZTS
37
36
- template : azure/job.yml
38
37
parameters :
39
38
configurationName : RELEASE_NTS
40
- configurationParameters : ' --disable-debug --disable-maintainer-zts --with-mm '
39
+ configurationParameters : ' --disable-debug --disable-maintainer-zts'
41
40
- template : azure/i386/job.yml
42
41
parameters :
43
42
configurationName : I386_DEBUG_NTS
You can’t perform that action at this time.
0 commit comments