Skip to content

Commit 062571a

Browse files
authored
refs #17325 disable i386 again until we figure out how to fix it (#17963)
1 parent 98c29c0 commit 062571a

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

azure-pipelines.yml

+6-5
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,12 @@ jobs:
2121
Linux_amd64:
2222
vmImage: 'ubuntu-16.04'
2323
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
24+
# pending bug #17325 (broken again)
25+
# Linux_i386:
26+
# # bug #17325: fails on 'ubuntu-16.04' because it now errors with:
27+
# # g++-multilib : Depends: gcc-multilib (>= 4:5.3.1-1ubuntu1) but it is not going to be installed
28+
# vmImage: 'ubuntu-18.04'
29+
# CPU: i386
2930
OSX_amd64:
3031
vmImage: 'macOS-10.15'
3132
CPU: amd64

0 commit comments

Comments
 (0)