File tree 2 files changed +10
-8
lines changed
2 files changed +10
-8
lines changed Original file line number Diff line number Diff line change 1
- image : ubuntu:16.04
1
+ # xxx unused, out of date
2
+
3
+ image : ubuntu:18.04
2
4
3
5
stages :
4
6
- pre-build
Original file line number Diff line number Diff line change @@ -19,14 +19,14 @@ jobs:
19
19
strategy :
20
20
matrix :
21
21
Linux_amd64 :
22
- vmImage : ' ubuntu-16 .04'
22
+ vmImage : ' ubuntu-18 .04'
23
23
CPU : amd64
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
24
+ # regularly breaks, refs bug #17325
25
+ Linux_i386 :
26
+ # on 'ubuntu-16.04' (not supported anymore anyways) it errored 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
30
30
OSX_amd64 :
31
31
vmImage : ' macOS-10.15'
32
32
CPU : amd64
You can’t perform that action at this time.
0 commit comments