We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98c29c0 commit 062571aCopy full SHA for 062571a
azure-pipelines.yml
@@ -21,11 +21,12 @@ jobs:
21
Linux_amd64:
22
vmImage: 'ubuntu-16.04'
23
CPU: amd64
24
- Linux_i386:
25
- # bug #17325: fails on 'ubuntu-16.04' because it now errors with:
26
- # g++-multilib : Depends: gcc-multilib (>= 4:5.3.1-1ubuntu1) but it is not going to be installed
27
- vmImage: 'ubuntu-18.04'
28
- CPU: i386
+ # pending bug #17325 (broken again)
+ # Linux_i386:
+ # # bug #17325: fails on 'ubuntu-16.04' because it now errors with:
+ # # g++-multilib : Depends: gcc-multilib (>= 4:5.3.1-1ubuntu1) but it is not going to be installed
+ # vmImage: 'ubuntu-18.04'
29
+ # CPU: i386
30
OSX_amd64:
31
vmImage: 'macOS-10.15'
32
0 commit comments