File tree Expand file tree Collapse file tree 3 files changed +16
-200
lines changed
Expand file tree Collapse file tree 3 files changed +16
-200
lines changed Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -18,22 +18,22 @@ jobs:
1818
1919 strategy :
2020 matrix :
21- Linux_amd64 :
22- vmImage : ' ubuntu-16.04'
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
30- OSX_amd64 :
31- vmImage : ' macOS-10.15'
32- CPU : amd64
33- OSX_amd64_cpp :
34- vmImage : ' macOS-10.15'
35- CPU : amd64
36- NIM_COMPILE_TO_CPP : true
21+ # Linux_amd64:
22+ # vmImage: 'ubuntu-16.04'
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
30+ # OSX_amd64:
31+ # vmImage: 'macOS-10.15'
32+ # CPU: amd64
33+ # OSX_amd64_cpp:
34+ # vmImage: 'macOS-10.15'
35+ # CPU: amd64
36+ # NIM_COMPILE_TO_CPP: true
3737 Windows_amd64_batch0_3 :
3838 vmImage : ' windows-2019'
3939 CPU : amd64
You can’t perform that action at this time.
0 commit comments