mirror of
https://github.com/php/php-src.git
synced 2024-11-24 02:15:04 +08:00
Explicitly specify ubuntu versions on azure pipelines
Use the new 18.04 for the ones where the build succeeded and the previous 16.04 where it didn't.
This commit is contained in:
parent
944c1cf034
commit
4c717abad2
@ -16,7 +16,7 @@ jobs:
|
||||
- job: ${{ parameters.configurationName }}
|
||||
timeoutInMinutes: ${{ parameters.timeoutInMinutes }}
|
||||
pool:
|
||||
vmImage: 'ubuntu-latest'
|
||||
vmImage: 'ubuntu-16.04'
|
||||
variables:
|
||||
ubsan_options: 'print_stacktrace=1'
|
||||
steps:
|
||||
|
@ -8,7 +8,7 @@ jobs:
|
||||
- job: ${{ parameters.configurationName }}
|
||||
timeoutInMinutes: ${{ parameters.timeoutInMinutes }}
|
||||
pool:
|
||||
vmImage: 'ubuntu-latest'
|
||||
vmImage: 'ubuntu-18.04'
|
||||
steps:
|
||||
- template: apt.yml
|
||||
- script: |
|
||||
|
@ -5,7 +5,7 @@ parameters:
|
||||
jobs:
|
||||
- job: ${{ parameters.configurationName }}
|
||||
pool:
|
||||
vmImage: 'ubuntu-latest'
|
||||
vmImage: 'ubuntu-16.04'
|
||||
steps:
|
||||
- template: apt.yml
|
||||
- script: |
|
||||
|
@ -8,7 +8,7 @@ jobs:
|
||||
- job: ${{ parameters.configurationName }}
|
||||
timeoutInMinutes: ${{ parameters.timeoutInMinutes }}
|
||||
pool:
|
||||
vmImage: 'ubuntu-latest'
|
||||
vmImage: 'ubuntu-18.04'
|
||||
steps:
|
||||
- template: apt.yml
|
||||
- template: configure.yml
|
||||
|
@ -8,7 +8,7 @@ jobs:
|
||||
- job: ${{ parameters.configurationName }}
|
||||
timeoutInMinutes: ${{ parameters.timeoutInMinutes }}
|
||||
pool:
|
||||
vmImage: 'ubuntu-latest'
|
||||
vmImage: 'ubuntu-18.04'
|
||||
steps:
|
||||
- template: apt.yml
|
||||
- script: |
|
||||
|
Loading…
Reference in New Issue
Block a user