From c581b2f5b0628c827a6c88434a17035c8eff71ab Mon Sep 17 00:00:00 2001 From: Nikita Popov Date: Thu, 4 Jul 2019 09:53:51 +0200 Subject: Fix ZTS flag on master --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'azure-pipelines.yml') diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 4a682f2d60..230c265c33 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -73,5 +73,5 @@ jobs: - template: azure/msan_job.yml parameters: configurationName: DEBUG_ZTS_MSAN - configurationParameters: '--enable-debug --enable-maintainer-zts' + configurationParameters: '--enable-debug --enable-zts' runTestsParameters: --asan -- cgit v1.2.1