Skip to content

Commit 571f6a5

Browse files
committed
Don't enable --with-mm in CI
Turns out this has a large negative effect on startup time, making tests much slower.
1 parent 923a146 commit 571f6a5

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

azure-pipelines.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,10 @@ trigger:
1212
- UPGRADING.INTERNALS
1313

1414
jobs:
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
@@ -37,7 +36,7 @@ jobs:
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

0 commit comments

Comments
 (0)