]> granicus.if.org Git - php/commitdiff
Update Ubuntu version on Azure
authorNikita Popov <nikita.ppv@gmail.com>
Thu, 20 Feb 2020 14:05:04 +0000 (15:05 +0100)
committerNikita Popov <nikita.ppv@gmail.com>
Fri, 21 Feb 2020 09:12:31 +0000 (10:12 +0100)
The i386 and community jobs were still on 16.04, update them to
18.04.

azure/community_job.yml
azure/i386/apt.yml
azure/i386/job.yml

index f8529826a9565e5068e8d27b584eace1de28cb28..dc17e10ec5523b77c71c70f8f4a5aba13ceba1f0 100644 (file)
@@ -16,7 +16,7 @@ jobs:
   - job: ${{ parameters.configurationName }}
     timeoutInMinutes: ${{ parameters.timeoutInMinutes }}
     pool:
-      vmImage: 'ubuntu-16.04'
+      vmImage: 'ubuntu-18.04'
     variables:
       ubsan_options: 'print_stacktrace=1'
     steps:
index 07489c976c529b35f8e557dafaafa280af419793..9342df35e40ea2bbb192916262959d681846aaf2 100644 (file)
@@ -13,7 +13,7 @@ steps:
                               locales \
                               language-pack-de \
                               libglib2.0-dev:i386 \
-                              openssl:i386 \
+                              libssl-dev:i386 \
                               zlib1g-dev:i386 \
                               libxml2-dev:i386 \
                               libgmp-dev:i386 \
index f1508b86332b2e583ef0b08f97092cdf7e3f252b..0806a246e987bcfc5088e54b9770b308c9d0b084 100644 (file)
@@ -5,7 +5,7 @@ parameters:
 jobs:
   - job: ${{ parameters.configurationName }}
     pool:
-      vmImage: 'ubuntu-16.04'
+      vmImage: 'ubuntu-18.04'
     steps:
     - template: apt.yml
     - script: |