1
0
mirror of https://github.com/php/php-src.git synced 2026-04-24 00:18:23 +02:00

Update msan symbolizer path

To account for the newer version of LLVM on Ubuntu 18.04.
This commit is contained in:
Nikita Popov
2020-05-15 10:21:59 +02:00
parent 4f47ba99f0
commit 405bea4750
+1 -1
View File
@@ -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) \