From 571f6a598f315d163fa172aaf3c7bfb53a5eceb8 Mon Sep 17 00:00:00 2001 From: Nikita Popov Date: Tue, 25 Aug 2020 20:25:07 +0200 Subject: Don't enable --with-mm in CI Turns out this has a large negative effect on startup time, making tests much slower. --- azure-pipelines.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'azure-pipelines.yml') diff --git a/azure-pipelines.yml b/azure-pipelines.yml index acdf32204b..688d36c148 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -12,11 +12,10 @@ trigger: - UPGRADING.INTERNALS jobs: - # We specify --with-mm here, because it cannot be used together with --enable-maintainer-zts. - template: azure/job.yml parameters: configurationName: DEBUG_NTS - configurationParameters: '--enable-debug --disable-maintainer-zts --with-mm' + configurationParameters: '--enable-debug --disable-maintainer-zts' - template: azure/job.yml parameters: configurationName: RELEASE_ZTS @@ -37,7 +36,7 @@ jobs: - template: azure/job.yml parameters: configurationName: RELEASE_NTS - configurationParameters: '--disable-debug --disable-maintainer-zts --with-mm' + configurationParameters: '--disable-debug --disable-maintainer-zts' - template: azure/i386/job.yml parameters: configurationName: I386_DEBUG_NTS -- cgit v1.2.1