]> granicus.if.org Git - php/commit
Setup msan on azure
authorNikita Popov <nikita.ppv@gmail.com>
Mon, 1 Jul 2019 08:26:29 +0000 (10:26 +0200)
committerNikita Popov <nikita.ppv@gmail.com>
Mon, 1 Jul 2019 15:27:42 +0000 (17:27 +0200)
commit0dfca74be21125ae5a6e5735b8b52adc8825d6e7
tree030f9f8f26425b38a34e8642d8ad646ea828d199
parent59522c5a85d0f87679dce05f5a0247deb59e1ba3
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
azure/apt.yml
azure/msan_job.yml [new file with mode: 0644]
azure/test.yml