Skip to content

Commit 405bea4

Browse files
committed
Update msan symbolizer path
To account for the newer version of LLVM on Ubuntu 18.04.
1 parent 4f47ba9 commit 405bea4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ steps:
1212
export TEST_PHP_JUNIT=junit.xml
1313
export REPORT_EXIT_STATUS=no
1414
export SKIP_IO_CAPTURE_TESTS=1
15-
export MSAN_SYMBOLIZER_PATH=/usr/lib/llvm-3.8/bin/llvm-symbolizer
15+
export MSAN_SYMBOLIZER_PATH=/usr/lib/llvm-6.0/bin/llvm-symbolizer
1616
rm -rf junit.xml | true
1717
php run-tests.php -P -q \
1818
-j$(/usr/bin/nproc) \

0 commit comments

Comments
 (0)