Skip to content

Commit 40b59ce

Browse files
committed
Merge branch 'PHP-7.4'
* PHP-7.4: Update msan symbolizer path
2 parents ca6dd7e + 405bea4 commit 40b59ce

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)