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 1b2e6cb commit 2b50d90Copy full SHA for 2b50d90
azure/community_job.yml
@@ -16,7 +16,7 @@ jobs:
16
- job: ${{ parameters.configurationName }}
17
timeoutInMinutes: ${{ parameters.timeoutInMinutes }}
18
pool:
19
- vmImage: 'ubuntu-16.04'
+ vmImage: 'ubuntu-18.04'
20
variables:
21
ubsan_options: 'print_stacktrace=1'
22
steps:
azure/i386/apt.yml
@@ -13,7 +13,7 @@ steps:
13
locales \
14
language-pack-de \
15
libglib2.0-dev:i386 \
- openssl:i386 \
+ libssl-dev:i386 \
zlib1g-dev:i386 \
libxml2-dev:i386 \
libgmp-dev:i386 \
azure/i386/job.yml
@@ -5,7 +5,7 @@ parameters:
5
jobs:
6
7
8
9
10
- template: apt.yml
11
- script: |
0 commit comments