Skip to content

Commit f547bdd

Browse files
committed
Update msan job to Ubuntu 20.04
Also don't explicitly specify symbolizer path. This doesn't appear to be necessary anymore, and avoids a dependence on the specific LLVM version used.
1 parent af948ae commit f547bdd

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

azure/msan_job.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
- job: ${{ parameters.configurationName }}
99
timeoutInMinutes: ${{ parameters.timeoutInMinutes }}
1010
pool:
11-
vmImage: 'ubuntu-18.04'
11+
vmImage: 'ubuntu-20.04'
1212
steps:
1313
- template: apt.yml
1414
- script: |

azure/test.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ 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-6.0/bin/llvm-symbolizer
1615
rm -rf junit.xml | true
1716
php run-tests.php -P -q \
1817
-j$(/usr/bin/nproc) \

0 commit comments

Comments
 (0)