From e852944f630a1e3df16148b308c116590057663d Mon Sep 17 00:00:00 2001 From: Nikita Popov Date: Wed, 20 May 2020 15:21:01 +0200 Subject: Add --enable-memory-sanitizer flag This flag enabled msan late in the pipeline, so that it does not affect configure checks. Otherwise we get a false positive report for openpty availability without -lutil, which will then result in infinite recursion if actually called. This also sets origin tracking to 2, so bump the timeout to 90 minutes. --- azure-pipelines.yml | 1 + 1 file changed, 1 insertion(+) (limited to 'azure-pipelines.yml') diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 40cfbb8232..178558ab11 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -75,6 +75,7 @@ jobs: configurationName: DEBUG_ZTS_MSAN configurationParameters: '--enable-debug --enable-zts' runTestsParameters: --asan + timeoutInMinutes: 90 - template: azure/community_job.yml parameters: configurationName: COMMUNITY -- cgit v1.2.1