From 405bea47509093d777d3a56cdb76de5e50293c78 Mon Sep 17 00:00:00 2001 From: Nikita Popov Date: Fri, 15 May 2020 10:21:59 +0200 Subject: Update msan symbolizer path To account for the newer version of LLVM on Ubuntu 18.04. --- azure/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'azure') diff --git a/azure/test.yml b/azure/test.yml index 3f6963c706..16ffa0fcfa 100644 --- a/azure/test.yml +++ b/azure/test.yml @@ -12,7 +12,7 @@ steps: export TEST_PHP_JUNIT=junit.xml export REPORT_EXIT_STATUS=no export SKIP_IO_CAPTURE_TESTS=1 - export MSAN_SYMBOLIZER_PATH=/usr/lib/llvm-3.8/bin/llvm-symbolizer + export MSAN_SYMBOLIZER_PATH=/usr/lib/llvm-6.0/bin/llvm-symbolizer rm -rf junit.xml | true php run-tests.php -P -q \ -j$(/usr/bin/nproc) \ -- cgit v1.2.1