summaryrefslogtreecommitdiff
path: root/azure/apt.yml
diff options
context:
space:
mode:
authorNikita Popov <nikita.ppv@gmail.com>2019-07-01 10:26:29 +0200
committerNikita Popov <nikita.ppv@gmail.com>2019-07-01 17:27:42 +0200
commit0dfca74be21125ae5a6e5735b8b52adc8825d6e7 (patch)
tree030f9f8f26425b38a34e8642d8ad646ea828d199 /azure/apt.yml
parent59522c5a85d0f87679dce05f5a0247deb59e1ba3 (diff)
downloadphp-git-0dfca74be21125ae5a6e5735b8b52adc8825d6e7.tar.gz
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.
Diffstat (limited to 'azure/apt.yml')
-rw-r--r--azure/apt.yml1
1 files changed, 1 insertions, 0 deletions
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'