We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af948ae commit f547bddCopy full SHA for f547bdd
azure/msan_job.yml
@@ -8,7 +8,7 @@ jobs:
8
- job: ${{ parameters.configurationName }}
9
timeoutInMinutes: ${{ parameters.timeoutInMinutes }}
10
pool:
11
- vmImage: 'ubuntu-18.04'
+ vmImage: 'ubuntu-20.04'
12
steps:
13
- template: apt.yml
14
- script: |
azure/test.yml
@@ -12,7 +12,6 @@ steps:
export TEST_PHP_JUNIT=junit.xml
export REPORT_EXIT_STATUS=no
export SKIP_IO_CAPTURE_TESTS=1
15
- export MSAN_SYMBOLIZER_PATH=/usr/lib/llvm-6.0/bin/llvm-symbolizer
16
rm -rf junit.xml | true
17
php run-tests.php -P -q \
18
-j$(/usr/bin/nproc) \
0 commit comments