summaryrefslogtreecommitdiff
path: root/azure/test.yml
diff options
context:
space:
mode:
authorNikita Popov <nikita.ppv@gmail.com>2020-05-15 10:21:59 +0200
committerNikita Popov <nikita.ppv@gmail.com>2020-05-20 15:24:49 +0200
commit405bea47509093d777d3a56cdb76de5e50293c78 (patch)
tree379cfb237ddb076c6c606bb8c182254ac70d77aa /azure/test.yml
parent4f47ba99f002d50e11c111b8625d81f79b2bf52f (diff)
downloadphp-git-405bea47509093d777d3a56cdb76de5e50293c78.tar.gz
Update msan symbolizer path
To account for the newer version of LLVM on Ubuntu 18.04.
Diffstat (limited to 'azure/test.yml')
-rw-r--r--azure/test.yml2
1 files changed, 1 insertions, 1 deletions
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) \