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/apt.yml | 1 + 1 file changed, 1 insertion(+) (limited to 'azure/apt.yml') diff --git a/azure/apt.yml b/azure/apt.yml index 843ae1daf1..5c0a9a0c55 100644 --- a/azure/apt.yml +++ b/azure/apt.yml @@ -34,5 +34,6 @@ steps: libargon2-0-dev \ postgresql \ postgresql-contrib \ + llvm \ ${{ parameters.packages }} displayName: 'APT' -- cgit v1.2.1