From 0dfca74be21125ae5a6e5735b8b52adc8825d6e7 Mon Sep 17 00:00:00 2001 From: Nikita Popov Date: Mon, 1 Jul 2019 10:26:29 +0200 Subject: Setup msan on azure This uses a separate job template, because msan requires all used libraries (apart from glibc) to be instrumented, so we can't link any external libraries unless we recompile them. As such, we need a much more minimal configure. --- azure-pipelines.yml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'azure-pipelines.yml') diff --git a/azure-pipelines.yml b/azure-pipelines.yml index c0be304b5e..c6f047145b 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -64,3 +64,8 @@ jobs: LDFLAGS='-fsanitize=undefined,address' runTestsParameters: --asan timeoutInMinutes: 120 + - template: azure/msan_job.yml + parameters: + configurationName: DEBUG_ZTS_MSAN + configurationParameters: '--enable-debug --enable-maintainer-zts' + runTestsParameters: --asan -- cgit v1.2.1